Resize Rows and Columns

Working with Row Heights and Column Width

Setting Row Height

To set the height of a row:

  1. Add the Aspose.Cells.GridWeb control to your Web Form.
  2. Access the worksheet’s Cells collection.
  3. Set the height of all cells in any specified row.

Setting Column Width

To set the width of a column:

  1. Add the Aspose.Cells.GridWeb control to your Web Form.
  2. Access the worksheet’s Cells collection.
  3. Set the width of all cells in any specified column.