TdxSpreadSheetCustomFormulaController Class
The base class for formula expression controllers in ExpressSpreadSheet products.
Declaration
TdxSpreadSheetCustomFormulaController = class abstract(TcxObjectList, IcxFormatControllerListener, IdxLocalizerListener, IInterface)
Remarks
Main API Members
The list below outlines key members of the TdxSpreadSheetCustomFormulaController class. These members allow you to manage formula expression parsing and calculation processes.
- ArrayFormulas
- Provides access to all parsed array formula expressions in the current scope (worksheet or Grid View).
- Calculate
- Recalculates all formula expressions and updates all references.
- CalculationInProcess
- Indicates if a formula calculation is underway.
- CircularReferencePaths |CircularReferencePathsAsString
- Return circular references used in recursive calculations.
- FormatSettings
- Provides access to formula expression format settings (for parsing routines).
- Items
- Provides indexed access to all parsed formula expressions in the current scope (worksheet or Grid View).
Terminal TdxSpreadSheetCustomFormulaController Class Descendants
Do not use the TdxSpreadSheetCustomFormulaController class directly. Use the following descendants instead:
- TdxSpreadSheetFormulaController
- A spreadsheet formula expression controller.
- TcxDataControllerSpreadSheetFormulaController
- TcxDataControllerConditionalFormattingFormulaController
Inheritance
TObject
TList
TcxObjectList
TdxSpreadSheetCustomFormulaController
See Also