TLoopOverUsedRangeParameters Record
This structure contains the parameters passed in TExcelFile.LoopOverUsedRange
Syntax
Unit: FlexCel.Core
TLoopOverUsedRangeParameters = record;
Methods
Name |
Description |
Create |
Creates a new structure with the given parameters.
|
Properties
Name |
Description |
Row |
Row where the value is (1-based).
|
Col |
Column where the value is (1-based).
|
Value |
Value of the cell at (Row, Column).
|