Skip to main content

TdxSpreadSheetObjectList.Delete(Integer) Method

Destroys the specified collection item.

Declaration

procedure Delete(AIndex: Integer);

Parameters

Name Type
AIndex Integer

Remarks

Call this procedure to release a stored collection item whose index is passed as the AIndex parameter. You can call the Remove procedure to remove a stored item from the collection without destruction.

See Also