TTokenName Class
A named range. Might refer to a name in a different file.
Syntax
Unit: FlexCel.Core
TTokenName = class(TToken);
Constructors
| Name |
Description |
| Create |
Creates a new name token.
|
Properties
| Name |
Description |
| Name |
Named range represented by this token.
|
| Sheet |
Sheet where the name is stored. Make it null or empty if the name is a global name.
|
| WorkbookName |
Workbook where the name is, if this is an external name. If then name is in the same file as the reference, this value will be null or empty.
|