AddtionalFormatWrapper
SetBackgroundThemeColor Method
|
Sets the background theme color for the style.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetBackgroundThemeColor(
ThemeColorType type,
int tint
)
Public Sub SetBackgroundThemeColor (
type As ThemeColorType,
tint As Integer
)
public:
void SetBackgroundThemeColor(
ThemeColorType type,
int tint
)
member SetBackgroundThemeColor :
type : ThemeColorType *
tint : int -> unit
Parameters
-
type
-
Type:
Spire.Xls
ThemeColorType
The theme color type.
-
tint
-
Type:
System
Int32
The tint value for the theme color.
See Also