Skip to main content

TdxSpreadSheetObjectList.Remove(TdxSpreadSheetObjectListItem) Method

Removes the specified item from the collection.

Declaration

procedure Remove(AItem: TdxSpreadSheetObjectListItem); virtual;

Parameters

Name Type
AItem TdxSpreadSheetObjectListItem

Remarks

Call this procedure to remove the item passed as the AItem parameter from the collection. The Remove procedure does not destroy removed items. You can call the Delete procedure instead to actually destroy a specific stored item.

See Also