TdxSpreadSheetCustomFormulaController Properties
The base class for formula expression controllers in ExpressSpreadSheet products.| Name | Description |
|---|---|
| ArrayFormulas protected | Provides access to the list of parsed formula expressions that return array results. |
| CalculationInProcess | Identifies if the formula controller is currently performing a calculation. |
| Capacity | Inherited from TList. |
| CircularReferencePaths | Provides access to the circular reference paths stored by a spreadsheet control’s formula controller. |
| CircularReferencePathsAsString | Returns the list of all circular reference paths in a spreadsheet. |
| Count | Inherited from TList. |
| FormatSettings | Provides access to format settings used to parse formula expressions. |
| Items | Provides indexed access to the formula expressions managed by this controller. |
| List | Inherited from TList. |
| OwnObjects | Indicates whether the list manages instances of its stored items. Inherited from TcxObjectList. |
See Also