Removes all rows (visible and invisible) from the Grid.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void Clear() |
Visual Basic |
---|
Public Sub Clear |
Visual C++ |
---|
public: void Clear() |
F# |
---|
member Clear : unit -> unit |
Thread Safety
The function is thread safe. The Rows are removed in the synchronous way with blocking the calling thread.