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