Click or drag to resize

XlsBorder GetThemeColor Method

Retrieves the theme color and its tint value from the border converter.

Namespace: Spire.Xls.Core.Spreadsheet
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
Output parameter for the theme color type.
tint
Type: System Double
Output parameter for the tint value of the theme color.

Return Value

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

Implements

IBorder GetThemeColor(ThemeColorType , Double )
See Also