Table of Contents

TTokenCellAddress.TTokenCellAddress Constructor

Creates a new Cell address token.

Syntax

Namespace: FlexCel.Core

public TTokenCellAddress(String aExternalBookName, TCellAddress aAddress)

Parameters

<-> Parameter Type Description
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.
aAddress TCellAddress Cell where this token will point to.

See also