FlexGrid for WinForms
Remove(String) Method



Name of the column to remove.
Removes a Column object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal columnName As String _
) As Column
'Usage
 
Dim instance As ColumnCollection
Dim columnName As String
Dim value As Column
 
value = instance.Remove(columnName)
public Column Remove( 
   string columnName
)
public:
Column^ Remove( 
   String^ columnName
) 

Parameters

columnName
Name of the column to remove.

Return Value

A reference to the Column that was removed from the collection.
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

ColumnCollection Class
ColumnCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback