TVirtualCellReadEventArgs.Create Constructor
Creates a new instance.
Syntax
Unit: FlexCel.Core
constructor TVirtualCellReadEventArgs.Create(const aCell: TVirtualCellValue; const aNextSheet: string; const aSheetNames: TArray<string>);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aCell |
TVirtualCellValue |
Cell value. |
const |
aNextSheet |
string |
Sheet where the next cell will be. |
const |
aSheetNames |
TArray<string> |
An array with all the sheet names in the file. |
See also