Excel for WPF and Silverlight
Palette Property (C1XLBook)

C1.WPF.Excel Namespace > C1XLBook Class : Palette Property
Gets or sets color palette of this workbook.
Syntax
'Declaration
 
Public Property Palette As System.Windows.Media.Color()
public System.Windows.Media.Color[] Palette {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

Reference

C1XLBook Class
C1XLBook Members