Contains the formula for a table total or calculated formula.
Syntax
Namespace: FlexCel.Core
public struct TTableFormula
Constructors
Methods
Name |
Description |
GetHashCode |
Hashcode for the formula.
|
Equals |
Returns true if obj has the same data as this instance.
|
Operators
Name |
Description |
Equality |
Returns true if both objects have the same data.
|
Inequality |
Returns true if both objects have different data.
|
Properties
Name |
Description |
Formula |
String with the formula.
|
IsArray |
True if it is an array formula, false otherwise.
|