Click or drag to resize

XlsBorder SetThemeColor Method

Sets the theme color for the border based on the specified theme color type and tint.

Namespace: Spire.Xls.Core.Spreadsheet
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 to apply.
tint
Type: System Double
The tint value to adjust the theme color, typically ranging from -1.0 (darker) to 1.0 (lighter).

Implements

IBorder SetThemeColor(ThemeColorType, Double)
See Also