Can the ability to set the row height/width with a value be added to the Cells product? We would like to be able to highlight a row/column, a set of rows/columns, or all rows or columns and set the row height or column width for the selection with a value, like in Excel.
Hi Curt,
Thank you for using Aspose products.
You may consider using any of the Cells.SetColumnWidth, Cells.SetColumnWidthInch & Cells.SetColumnWidthPixel methods for your requirement. Similar set of routines is also available for rows.
Please let me know if I have misunderstood your requirement.