Click or drag to resize

OColor 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 bool GetThemeColor(
	out int themeIndex,
	out double tint
)

Parameters

themeIndex
Type: System Int32
Theme color index.
tint
Type: System Double
Tint value.

Return Value

Type: Boolean
Remarks
If the color is a theme color, true returned, is not then false will be returned.
See Also