Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
true if the Column has been successfully removed. Otherwise false.
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Remove( Column column ) |
Visual Basic |
---|
Public Function Remove ( column As Column ) As Boolean |
Visual C++ |
---|
public: bool Remove( Column^ column ) |
F# |
---|
member Remove : column : Column -> bool |
Parameters
- column
- Type: Dapfor.Net.Ui..::..Column
The Column to be removed.
Return Value
Type: Booleantrue if the Column has been successfully removed. Otherwise false.