TdxSpreadSheetCustomFormulaList.Items Property
Provides zero-based indexed access to the stored parsed formula expressions.
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 list is passed as the Index parameter. To identify the number of stored formula expressions, use the Count property.
See Also