Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / C1XLBook Class / Palette Property

In This Topic
    Palette Property (C1XLBook)
    In This Topic
    Gets or sets color palette of this workbook.
    Syntax
    'Declaration
     
    
    Public Property Palette As Color()
    public 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