Delete Rows and Columns

Deleting Rows

To delete a row from your worksheet:

  1. Add the Aspose.Cells.GridWeb control to a Web Form.
  2. Access the worksheet you are deleting rows from.
  3. Delete a row from the worksheet by specifying its row index.

Deleting Columns

To delete a column from your worksheet:

  1. Add the Aspose.Cells.GridWeb control to a Web Form.
  2. Access the worksheet you want to delete columns from.
  3. Delete a column from the worksheet by specifying its column index.