Click or drag to resize

Workbook SetThemeColor Method

Sets the theme color

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetThemeColor(
	ThemeColorType type,
	Color color
)

Parameters

type
Type: Spire.Xls ThemeColorType
The theme color type.
color
Type: System.Drawing Color
the theme color
See Also