OColor
GetKnownColor Method
|
Retrieves the known color from the workbook.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelColors GetKnownColor(
Workbook book
)
Public Function GetKnownColor (
book As Workbook
) As ExcelColors
public:
ExcelColors GetKnownColor(
Workbook^ book
)
member GetKnownColor :
book : Workbook -> ExcelColors
Parameters
-
book
-
Type:
Spire.Xls
Workbook
The workbook to retrieve the known color from.
Return Value
Type:
ExcelColors
The known color from the workbook.
See Also