TdxSpreadSheetObjectList.Clear Method
Clears the collection.
Declaration
procedure Clear;
Remarks
Call this procedure to destroy all stored collection items. To destroy only a specific item or remove it from the collection without destruction, call the Delete or Remove procedure, respectively.
See Also