TTokenCellRange Class
A range of cells. See TTokenCellAddress for single cell references.
Syntax
Unit: FlexCel.Core
TTokenCellRange = class(TToken);
Constructors
| Name |
Description |
| Create |
Creates a new Cell range token.
|
Properties
| Name |
Description |
| ExternalBookName |
File where the reference points to, when this is a reference to other file. Empty or null if the reference is to the same file.
|
| Sheet1 |
First sheet where the reference points to. Empty or null if the reference points to the same sheet.
|
| Sheet2 |
Second sheet where the reference points to. Empty or null if the reference points to the same sheet.
|
| Row1 |
First row of the range (1 based).
|
| Col1 |
First column of the range (1 based).
|
| Row2 |
Last row of the range (1 based).
|
| Col2 |
Last column of the range (1 based).
|
| Row1Absolute |
True if the reference is absolute (as in $A$1).
|
| Col1Absolute |
True if the reference is absolute (as in $A$1).
|
| Row2Absolute |
True if the reference is absolute (as in $A$1).
|
| Col2Absolute |
True if the reference is absolute (as in $A$1).
|