Workbook
SetThemeColor Method
|
Sets the theme color
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,
Color color
)
Public Sub SetThemeColor (
type As ThemeColorType,
color As Color
)
public:
void SetThemeColor(
ThemeColorType type,
Color color
)
member SetThemeColor :
type : ThemeColorType *
color : Color -> unit
Parameters
-
type
-
Type:
Spire.Xls
ThemeColorType
The theme color type.
-
color
-
Type:
System.Drawing
Color
the theme color
See Also