Removes the specified Row 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 bool Remove( Row item )  | 
| Visual Basic | 
|---|
Public Function Remove ( item As Row ) As Boolean  | 
| Visual C++ | 
|---|
public: bool Remove( Row^ item )  | 
| F# | 
|---|
member Remove : item : Row -> bool  | 
Parameters
- item
 - Type: Dapfor.Net.Ui..::..Row
The item to be removed. 
Return Value
Type: BooleanTrue if success. Otherwise false
Thread Safety
The function is thread safe. The Row is removed in the synchronous way with blocking the calling thread.