Click or drag to resize

XlsWorkbook Palette Property

Gets the color palette.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color[] Palette { get; }

Return Value

Type: Color
An array of colors representing the palette.

Implements

IWorkbook Palette
See Also