Gets or sets color palette of this workbook.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public Color[] Palette { get; set; }
Visual Basic
Public Property Palette As Color()
	Get
	Set

Remarks

The palette must be more 8 items (first 8 colors is standard pallete: Black, White, Red, Green, Blue, Yellow, Magenta, Cyan).

See Also