TdxSpreadSheetObjectList.Items Property
Provides zero-based indexed access to individual collection items.
Declaration
property Items[Index: Integer]: TdxSpreadSheetObjectListItem read;
Property Value
Type |
---|
TdxSpreadSheetObjectListItem |
Remarks
Use this property to access an item whose index within the collection is passed as the Index parameter. The maximum parameter value is the Count property value minus one. Refer to the TdxSpreadSheetObjectListItem class description for information on the base functionality of collection items. All TdxSpreadSheetObjectList class descendants override the Items property to provide access to the collection items that they actually store.
See Also