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; }
Public ReadOnly Property Palette As Color()
Get
public:
virtual property array<Color>^ Palette {
array<Color>^ get () sealed;
}
abstract Palette : Color[] with get
override Palette : Color[] with get
Return Value
Type:
Color
An array of colors representing the palette.
Implements
IWorkbook
Palette
See Also