[]
Adds columns of cells after the specified column.
public void AddColumns(int column, int columnCount)
Public Sub AddColumns(column As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | column | Column index of column after which to add columns |
int | columnCount | Number of columns to add |