TTokenRelativeCellRange Class
A range of cells with relative references. This is used mostly in named ranges.
Syntax
Unit: FlexCel.Core
TTokenRelativeCellRange = class(TToken);
Constructors
| Name |
Description |
| Create |
Creates a new relative 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.
|
| RowOffset1 |
First row of the range (1 based).
|
| ColOffset1 |
First column of the range (1 based).
|
| RowOffset2 |
Last row of the range (1 based).
|
| ColOffset2 |
Last column of the range (1 based).
|