Contains the formula for a table total or calculated formula.
Syntax
Unit: FlexCel.Core
TTableFormula = record;
Methods
Name |
Description |
Create |
Creates a new TTableFormula.
|
GetHashCode |
Hashcode for the formula.
|
Equals |
Returns true if obj has the same data as this instance.
|
Operators
Name |
Description |
Equality |
Adapts the = operator so it returns true when both instances have the same values. |
Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
Name |
Description |
Formula |
String with the formula.
|
IsArray |
True if it is an array formula, false otherwise.
|