Click or drag to resize

OColor SetTheme Method (Int32, IWorkbook)

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
)

Parameters

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