IBorder
SetThemeColor Method
|
Sets the theme color for the specified type with the given tint.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SetThemeColor(
ThemeColorType type,
double tint
)
Sub SetThemeColor (
type As ThemeColorType,
tint As Double
)
void SetThemeColor(
ThemeColorType type,
double tint
)
abstract SetThemeColor :
type : ThemeColorType *
tint : float -> unit
Parameters
-
type
-
Type:
Spire.Xls
ThemeColorType
The type of theme color to set.
-
tint
-
Type:
System
Double
The tint value to apply to the theme color.
See Also