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