Click or drag to resize

XlsWorkbook SetPaletteColor Method

Set user color for specified element in Color table.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetPaletteColor(
	int index,
	Color color
)

Parameters

index
Type: System Int32
Index of Color in array.
color
Type: System.Drawing Color
New color which must be set.

Implements

IWorkbook SetPaletteColor(Int32, Color)
See Also