TTokenReferenceError Class
This token represents an error like #REF!
Syntax
Unit: FlexCel.Core
TTokenReferenceError = class(TToken);
Constructors
| Name |
Description |
| Create |
Creates a new TTokenError instance with the corresponding error type.
|
Properties
| Name |
Description |
| IsArea |
Returns true if this is a reference to an area of cells.
|
| Is3D |
Returns true if this is a reference to multiple sheets.
|
| IsRelative |
If true this reference is relative to the cell where the formula is.
|