Click or drag to resize

CellBorder GetThemeColor Method

Gets the theme color of the border

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

Parameters

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

Return Value

Type: Boolean
True if the theme color is successfully retrieved.

Implements

IBorder GetThemeColor(ThemeColorType , Double )
See Also