TLoopOverUsedRangeParameters.Create Method
Creates a new structure with the given parameters.
Syntax
Unit: FlexCel.Core
class function TLoopOverUsedRangeParameters.Create(const aRow: Integer; const aCol: Integer; const aValue: TCellValue): TLoopOverUsedRangeParameters; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aRow |
Integer |
Row where the value is. (1-based). |
const |
aCol |
Integer |
Column where the value is. (1-based). |
const |
aValue |
TCellValue |
Value of the cell at (Row, Column). |
See also