[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of Column objects from the collection.

Declaration
public void RemoveRange(int index, int count)
Parameters
Type Name Description
int index

The index of the first column to remove from the collection.

int count

The number of columns to remove from the collection.