Skip to main content
A newer version of this page is available. .

TdxSpreadSheetCustomFormulaController.Items Property

Provides zero-based indexed access to the formula expressions managed by this controller.

Declaration

property Items[Index: Integer]: TdxSpreadSheetCustomFormula read; default;

Property Value

Type
TdxSpreadSheetCustomFormula

Remarks

Use this property to access a parsed formula expression whose index within the formula controller is passed as the Index parameter. Indexes of formula expressions reflect their order of creation.

Refer to the TdxSpreadSheetCustomFormula class description for detailed information on options and methods provided by individual parsed formula expressions.

See Also