Click or drag to resize

Workbook GetThemeColor Method

Gets theme color.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color GetThemeColor(
	ThemeColorType type
)

Parameters

type
Type: Spire.Xls ThemeColorType
The theme color type.

Return Value

Type: Color
The theme color.
See Also