Workbook
GetThemeColor Method
|
Gets theme color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color GetThemeColor(
ThemeColorType type
)
Public Function GetThemeColor (
type As ThemeColorType
) As Color
public:
Color GetThemeColor(
ThemeColorType type
)
member GetThemeColor :
type : ThemeColorType -> Color
Parameters
-
type
-
Type:
Spire.Xls
ThemeColorType
The theme color type.
Return Value
Type:
Color
The theme color.
See Also