ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / UseDefaultPalette Property

In This Topic
    UseDefaultPalette Property (Workbook)
    In This Topic
    Gets or sets whether the document is exported with the default Excel palette.
    Syntax
    'Declaration
     
    Public Property UseDefaultPalette As Boolean
    public bool UseDefaultPalette {get; set;}
    Remarks
    After setting this value to true, the application will use the color that is in the default palette and is closest to the predefined custom color of the control's foreground and background colors.
    See Also