Click or drag to resize

CellBorder SetThemeColor Method

Sets 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 void SetThemeColor(
	ThemeColorType type,
	double tint
)

Parameters

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

Implements

IBorder SetThemeColor(ThemeColorType, Double)
See Also