TdxSpreadSheetObjectList.Clear Method
In This Article
Clears the collection.
#Declaration
Delphi
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