ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / PagePerSheet Property

In This Topic
    PagePerSheet Property (XlsExporter)
    In This Topic
    Gets or sets a value indicating whether to export each page of the document into a separate sheet.
    Syntax
    'Declaration
     
    Public Property PagePerSheet As System.Boolean
    public System.bool PagePerSheet {get; set;}
    See Also