Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Colors Property


In This Topic
    Colors Property (IWorkbook)
    In This Topic
    Gets or sets colors in the palette for the workbook. The palette has 56 entries, each represented by an ARGB value.
    Syntax
    'Declaration
     
    
    Property Colors As IColorPalette
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As IColorPalette
     
    instance.Colors = value
     
    value = instance.Colors
    IColorPalette Colors {get; set;}

    Property Value

    All colors in the palette for the workbook.
    See Also