TTokenCellAddress.Create Constructor
Creates a new Cell address token.
Syntax
Unit: FlexCel.Core
constructor TTokenCellAddress.Create(const aExternalBookName: string; const aAddress: TCellAddress);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aExternalBookName |
string |
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. |
const |
aAddress |
TCellAddress |
Cell where this token will point to. |
See also