TVirtualCellStartReadingEventArgs Class
Arguments passed in the event.
Syntax
Unit: FlexCel.Core
TVirtualCellStartReadingEventArgs = class(EventArgs);
Constructors
Name |
Description |
Create |
Creates a new instance.
|
Properties
Name |
Description |
SheetNames |
A list with all the sheets available in the file.
|
NextSheet |
This is the next sheet that will be read by FlexCel. You can change it to start reading the file by a different sheet, or set it to empty or null to finish reading the file.
|