OColor
SetTheme Method (Int32, IWorkbook, Double)
|
Sets theme color
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetTheme(
int themeIndex,
IWorkbook book,
double dTintValue
)
Public Sub SetTheme (
themeIndex As Integer,
book As IWorkbook,
dTintValue As Double
)
public:
void SetTheme(
int themeIndex,
IWorkbook^ book,
double dTintValue
)
member SetTheme :
themeIndex : int *
book : IWorkbook *
dTintValue : float -> unit
Parameters
-
themeIndex
-
Type:
System
Int32
Theme color index.
-
book
-
Type:
Spire.Xls.Core
IWorkbook
Parent workbook.
-
dTintValue
-
Type:
System
Double
Tint value.
See Also