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.

In This Topic
RemoveRange Method (ColumnCollection)
In This Topic
Removes a range of Column objects from the collection.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
 

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