Insert Rows and Columns

Inserting Rows

To insert a row at any position in a worksheet:

  1. Add the Aspose.Cells.GridWeb control to the Web Form.
  2. Access the worksheet you’re adding rows to.
  3. Insert a row by specifying a row index where the row would be inserted.

Inserting Columns

To insert a column at any position in a worksheet:

  1. Add the Aspose.Cells.GridWeb control to a Web Form.
  2. Access the worksheet you’re adding columns to.
  3. Insert a column by specifying the column index where the column would be inserted.