[]
Adds one or more columns to the data model at the specified position.
public void AddColumns(int column, int columnCount)
Public Sub AddColumns(column As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | column | Index of column at which to add a new column |
int | columnCount | Number of columns to add |