Table of Contents

TFormula.Text Property

The formula text, as it is written on Excel. It must begin with "=" or "{" for array formulas.

Syntax

Namespace: FlexCel.Core

public String Text { get; set; }

See also