ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Collections.Generic.IReadOnlyList(Of Color)
    public System.Collections.Generic.IReadOnlyList<Color> Palette {get; set;}
    Remarks
    The palette must be more 8 items (first 8 colors is standard palette: Black, White, Red, Green, Blue, Yellow, Magenta, Cyan).
    See Also