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

In This Topic
    PagePerSheet Property (XlsOptionsForm)
    In This Topic
    Gets or sets a value indicating whether each page of the source document should be exported as a separate sheet.
    Syntax
    'Declaration
     
    Public Overridable Property PagePerSheet As System.Boolean
    public virtual System.bool PagePerSheet {get; set;}
    See Also