Table of Contents

TTableFormula.Create Method

Creates a new TTableFormula.

Syntax

Unit: FlexCel.Core

class function TTableFormula.Create(const aFormula: string; const aIsArray: Boolean): TTableFormula; static; overload;

Parameters

<-> Parameter Type Description
const aFormula string String with the formula.
const aIsArray Boolean True if it is an array formula, false otherwise.

See also