TTokenName.Create Constructor
Creates a new name token.
Syntax
Unit: FlexCel.Core
constructor TTokenName.Create(const aName: string; const aWorkbookName: string; const aSheet: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aName |
string |
Named range. |
const |
aWorkbookName |
string |
Workbook where the name is, if this is an external name. If the name is in the same file as the reference, this value will be null or empty. |
const |
aSheet |
string |
Sheet where the name is stored. Make it null or empty if the name is a global name. |
See also