ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / OfficeLoadSheetAsSinglePage Property




In This Topic
OfficeLoadSheetAsSinglePage Property
In This Topic
Gets or sets a value indicating whether to render Excel spreadsheets as single pages. If this parameter is false (default) then the spreadsheet will be re-paginated during loading and presented as several pages of the same size. Otherwise, spreadsheet will be fit exactly into one page.
Syntax
'Declaration
 
Public Property OfficeLoadSheetAsSinglePage As Boolean
 
'Usage
 
Dim instance As ImGearLoadOptions
Dim value As Boolean
 
instance.OfficeLoadSheetAsSinglePage = value
 
value = instance.OfficeLoadSheetAsSinglePage

Property Value

Boolen value.
Remarks
The default value true.
See Also