OColor
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 bool GetThemeColor(
out int themeIndex,
out double tint
)
Public Function GetThemeColor (
<OutAttribute> ByRef themeIndex As Integer,
<OutAttribute> ByRef tint As Double
) As Boolean
public:
bool GetThemeColor(
[OutAttribute] int% themeIndex,
[OutAttribute] double% tint
)
member GetThemeColor :
themeIndex : int byref *
tint : float byref -> bool
Parameters
-
themeIndex
-
Type:
System
Int32
Theme color index.
-
tint
-
Type:
System
Double
Tint value.
Return Value
Type:
Boolean
Remarks
If the color is a theme color, true returned, is not then false will be returned.
See Also