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