Search
UndoableCollection(T).TrackClear Method
See Also
 






Clears the collection. If undo is enabled, the collection is cleared through a command. Otherwise, the collection is cleared directly.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected void TrackClear ()

Visual Basic  Copy Code

Protected Sub TrackClear ()

 See Also