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