The IPrxDataIslandDimensionLayoutFormulaParser interface contains properties and methods that are used to recognize formulas from the text row.
The interface is used to work with a data area, that is an outdated type of table. To work with analytical data area, use the IEaxDatArea interface.
| Property name | Brief description | |
| Formula | The Formula property returns expression that is used to calculate formula. | |
| Layout | The Layout property returns the heading, to which the formula belongs. | |
| Node | The Node property determines the heading element, to which a formula belongs. | |
| Term | The Term property returns a term by its index. | |
| TermCount | The TermCount property returns the number of terms in use. | |
| TermElementID | The TermElementID property determines an identifier of a dimension element for the expression term. | |
| TermNodeKey | The TermNodeKey property determines key of the layout element for the expression term. | |
| TermText | The TermText property determines text of the term. | |
| TermType | The TermType property determines term type. |
| Method name | Brief description | |
| AddTerm | The AddTerm method creates a new term. | |
| ClearTerms | The ClearTerms method resets all matches of source elements with the terms. | |
| Parse | The Parse method parses a formula specified as a text string. |
See also: