OColor
SetKnownColor Method
|
Sets known color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetKnownColor(
ExcelColors value
)
Public Sub SetKnownColor (
value As ExcelColors
)
public:
void SetKnownColor(
ExcelColors value
)
member SetKnownColor :
value : ExcelColors -> unit
Parameters
-
value
-
Type:
Spire.Xls
ExcelColors
Excel color to set.
See Also