Click or drag to resize

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
)

Parameters

type
Type: Spire.Xls ThemeColorType
The theme color type.
tint
Type: System Int32
The tint value for the theme color.
See Also