TVirtualCellValue.Create Method
Creates a new CellValue instance.
Syntax
Unit: FlexCel.Core
class function TVirtualCellValue.Create(const aSheet: Integer; const aRow: Integer; const aCol: Integer; const aValue: TCellValue; const aXF: Integer): TVirtualCellValue; static; overload;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aSheet |
Integer |
|
| const |
aRow |
Integer |
|
| const |
aCol |
Integer |
|
| const |
aValue |
TCellValue |
|
| const |
aXF |
Integer |
|
See also