Click or drag to resize

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
)

Parameters

themeIndex
Type: System Int32
Theme color index.
book
Type: Spire.Xls.Core IWorkbook
Parent workbook.
dTintValue
Type: System Double
Tint value.
See Also