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