PaginatorOptions Class
Represents options used to specify which part of the workbook to paginate.
- Inheritance:
- System.ObjectPaginatorOptions
Constructors
PaginatorOptions()
Initializes a new instance of the PaginatorOptions class.
Properties
Extended
Gets the extended save options that are not natively supported by spreadsheet formats.
public ExtendedSaveOptions Extended { get; set; }
Public Property Extended As ExtendedSaveOptions
Property Value
Extended save options that are not natively supported by spreadsheet formats.
SelectionType
Gets or sets a value indicating whether to save the whole ExcelFile or just ActiveWorksheet.
public SelectionType SelectionType { get; set; }
Public Property SelectionType As SelectionType
Property Value
A value indicating whether to save the whole ExcelFile or just ActiveWorksheet.
Events
ProgressChanged
Occurs when paginating progress of a file has changed.
public event EventHandler<OperationProgressChangedEventArgs> ProgressChanged
Public Event ProgressChanged As EventHandler(Of OperationProgressChangedEventArgs)
Event Type
- System.EventHandler<OperationProgressChangedEventArgs>