Reports for WinForms | ComponentOne
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 Boolean
    public bool PagePerSheet {get; set;}
    See Also