ComponentOne FlexGrid for WinForms
RemoveRange Method (ColumnCollection)

C1.Win.C1FlexGrid Namespace > ColumnCollection Class : RemoveRange Method
The index of the first column to remove from the collection.
The number of columns to remove from the collection.
Removes a range of Column objects from the collection.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

Parameters

index
The index of the first column to remove from the collection.
count
The number of columns to remove from the collection.
See Also

Reference

ColumnCollection Class
ColumnCollection Members