Click or drag to resize

IExtendedFormat GetThemeColor Method

Get the theme color.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool GetThemeColor(
	out ThemeColorType type,
	out double tint
)

Parameters

type
Type: Spire.Xls ThemeColorType
theme color type
tint
Type: System Double

Return Value

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