ComponentOne Excel for UWP
Palette Property

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > C1XLBook Class : Palette Property
Gets or sets color palette of this workbook.
Syntax
'Declaration
 
Public Property Palette As Windows.UI.Color()
public Windows.UI.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