IBorder
GetThemeColor Method
|
Retrieves the theme color and its tint value.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool GetThemeColor(
out ThemeColorType type,
out double tint
)
Function GetThemeColor (
<OutAttribute> ByRef type As ThemeColorType,
<OutAttribute> ByRef tint As Double
) As Boolean
bool GetThemeColor(
[OutAttribute] ThemeColorType% type,
[OutAttribute] double% tint
)
abstract GetThemeColor :
type : ThemeColorType byref *
tint : float byref -> bool
Parameters
-
type
-
Type:
Spire.Xls
ThemeColorType
The type of the theme color.
-
tint
-
Type:
System
Double
The tint value applied to the theme color.
Return Value
Type:
Boolean
True if the theme color and tint were successfully retrieved, otherwise false.
See Also