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

In This Topic
    SheetName Property (BaseXlsFullExportSettings)
    In This Topic
    Gets or sets the name of the sheet in the XLS file.
    Syntax
    'Declaration
     
    Public Property SheetName As StringDefaultExportSetting
    public StringDefaultExportSetting SheetName {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the sheet name.
    See Also