TLoopOverUsedRangeParameters Class
This class contains the parameters passed in TExcelFile.LoopOverUsedRange
Syntax
Unit: FlexCel.Core
TLoopOverUsedRangeParameters = class(TFlexCelObject);
Constructors
| Name |
Description |
| Create |
Creates a new class 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).
|
| Abort |
Set this value to true to abort the loop and exit early.
|