Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / ColorPalette Property


In This Topic
    ColorPalette Property (IExcelWorkbook)
    In This Topic
    Gets or sets the color palette used in the workbook.
    Syntax
    'Declaration
     
    Property ColorPalette As Dictionary(Of Integer,GcColor)
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As Dictionary(Of Integer,GcColor)
     
    instance.ColorPalette = value
     
    value = instance.ColorPalette
    Dictionary<int,GcColor> ColorPalette {get; set;}

    Property Value

    The color palette used in the workbook
    Remarks
    It the value is null. it means the workbook use the default color palette.
    See Also