ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / Palette Property

In This Topic
    Palette Property
    In This Topic
    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