Removes the first occurrence of a specific Column from the ICollection<(Of <(<'T>)>)>.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool Remove( Column item ) |
Visual Basic |
---|
Public Function Remove ( item As Column ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( Column^ item ) sealed |
F# |
---|
abstract Remove : item : Column -> bool override Remove : item : Column -> bool |
Parameters
- item
- Type: Dapfor.Wpf.Controls..::..Column
The Column to remove from the ICollection<(Of <(<'T>)>)>.
Return Value
Type: Booleantrue if item was successfully removed from the ICollection<(Of <(<'T>)>)>; otherwise, false. This method also returns false if item is not found in the original ICollection<(Of <(<'T>)>)>.