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