Inserts a column in the worksheet to the left of the specified column.

 public void InsertColumn(int columnNumber)
Public Sub InsertColumn(ByVal columnNumber As Integer)

The 0-based number of the column to insert.

ws.InsertColumn(3);
ws.InsertColumn(3)