Setting Column Width or Row Height

How to Set Column Width

To set the width of a column using Aspose.Cells.GridDesktop:

  1. Access the worksheet.
  2. Access the column whose width you want to change.
  3. Set the column width.

How to Set Row Height

To set the height of a row using Aspose.Cells.GridDesktop, please follow the steps below:

  1. Access the worksheet.
  2. Access the row whose height you want to change.
  3. Set the row height.