ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseXlsFullExportSettings Class / UseDefaultPalette Property

In This Topic
    UseDefaultPalette Property (BaseXlsFullExportSettings)
    In This Topic
    Gets or sets a value indicating whether to use the Excel default color palette.
    Syntax
    'Declaration
     
    Public Property UseDefaultPalette As BoolDefaultExportSetting
    public BoolDefaultExportSetting UseDefaultPalette {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether to use the Excel default color palette.
    See Also