Xceed Grid for WinForms v4.3 Documentation
Remove Method (ColumnInfoList)


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > ColumnInfoList Class : Remove Method
The item to remove from the list.
Removes the first occurrence of columnInfo from the list.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal columnInfo As ColumnInfo _
) 
'Usage
 
Dim instance As ColumnInfoList
Dim columnInfo As ColumnInfo
 
instance.Remove(columnInfo)
public void Remove( 
   ColumnInfo columnInfo
)

Parameters

columnInfo
The item to remove from the list.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnInfoList Class
ColumnInfoList Members