Click or drag to resize

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
)

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