[]
Adds columns to the data model at the specified index.
public void AddColumns(int column, int count)
Public Sub AddColumns(column As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | column | Position to add the new column |
| int | count | Number of columns to add |