LimitEventArgs Class |
Note: This API is now obsolete.
Namespace: GemBox.Spreadsheet
[ObsoleteAttribute("Used in obsolete 'GemBox.Spreadsheet.ExcelFile.LimitReached' event. This type is obsolete and will be removed in a future version. For more info, see https://www.gemboxsoftware.com/spreadsheet/help/html/Obsolete_Members.htm#LimitEventArgs.")] public sealed class LimitEventArgs : EventArgs
The LimitEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileName |
Gets the file name passed to the XLS / CSV file reading / writing method.
|
![]() | MaxRowCount |
Gets the maximum number of rows used.
|
![]() | Operation |
Indicates which operation caused this event to fire.
|
![]() | WorksheetCount |
Gets the number of worksheets used.
|
![]() | WriteWarningWorksheet |
Gets or sets whether the warning worksheet should be created when writing XLS file.
|