[]
Removes a range of Column objects from the collection.
public void RemoveRange(int index, int count)
| 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. |