CollectionBase
T
Clear Method
|
Removes all objects from the System.Collections.CollectionBase instance.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
ICollection
T
Clear
See Also