[]
Adds one or more columns to the data model at the specified position.
public void AddColumns(int column, int count)
Public Sub AddColumns(column As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | column | Index of column at which to add a new column |
int | count | Number of columns to add |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified column index is out of range; must be between zero and the number of columns |
ArgumentOutOfRangeException | Specified number of columns is out of range; must be greater than zero |