ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / XlsxExportSettings Class / Categories Property

In This Topic
    Categories Property (XlsxExportSettings)
    In This Topic
    Gets or sets the categories for a document that appear in the Categories field of the Properties dialog in the XLSX file.
    Syntax
    'Declaration
     
    Public Property Categories As StringDefaultExportSetting
    public StringDefaultExportSetting Categories {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the categories of the XLSX file.
    See Also