Creates new columns and inserts them at the specified index within the sheet.
public void CreateColumns(int columnIndex,int count)
columnIndex
A zero-based index at which to start inserting the created columns.
count
The number of columns to create.