Table of Contents

TTokenReferenceError.TTokenReferenceError Constructor

Creates a new TTokenError instance with the corresponding error type.

Syntax

Namespace: FlexCel.Core

public TTokenReferenceError(Boolean aIsArea, Boolean aIs3D, Boolean aIsRelative)

Parameters

<-> Parameter Type Description
aIsArea Boolean If true this is a reference to an area, else to a cell.
aIs3D Boolean If true this is a 3d reference, else it is a normal 2D reference.
aIsRelative Boolean If true this reference is relative to the cell where the formula is.

See also