An Excel formula. Use this class to pass a formula to an Excel sheet.
Syntax
Unit: FlexCel.Core
TFormula = record;
Fields
| Name |
Description |
| Span |
For multicell formulas (like an array formula entered over more than one cell) this property says how many rows and columns the formula uses. Normal formulas will span one single cell |
Methods
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 |
| Text |
The formula text, as it is written on Excel. It must begin with "=" or "{" for array formulas.
|
| FormulaResult |
The formula result.
|