Skip to main content

TdxSpreadSheetCustomFormulaList Properties

An ordered list for managing parsed formula expressions.
Name Description
Capacity Specifies the pointer list’s capacity. Inherited from TdxFastList.
Count Specifies the number of pointers stored in the list. Inherited from TdxFastList.
Items Provides zero-based indexed access to the stored parsed formula expressions.
List Returns a pointer to an array of pointers populated with the pointers stored in the ordered pointer list. Inherited from TdxFastList.
See Also