[]
Adds a range of Column objects to the collection at a specified position.
public void InsertRange(int index, int count)
Type | Name | Description |
---|---|---|
int | index | The position where the new range will be inserted. |
int | count | The number of columns to add. |