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