ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / ExcelRenderingExtensionSettings Class / SheetMode Property

In This Topic
    SheetMode Property (ExcelRenderingExtensionSettings)
    In This Topic
    Specifies how to split the report content into sheets.
    Syntax
    'Declaration
     
    Public Property SheetMode As GrapeCity.ActiveReports.Export.Excel.Page.SheetMode
    public GrapeCity.ActiveReports.Export.Excel.Page.SheetMode SheetMode {get; set;}
    See Also