Table of Contents

TTableFormula.TTableFormula Constructor

Creates a new TTableFormula.

Syntax

Namespace: FlexCel.Core

public TTableFormula(String aFormula, Boolean aIsArray)

Parameters

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

See also