Specified argument was out of the range of valid values - Aspose.Excel.Range.set_RowHeight

Hi,

I am using version 3.3 of Aspose.Excel and version 4.0.1.0 of Aspose.Cells. I am setting the rowHeight of the range. Due to some large data, I am setting the height to 1035.0.(The height value is dynamically calculated.) While setting this height, I get following error.

Specified argument was out of the range of valid values - Aspose.Excel.Range.set_RowHeight

Is there any limitation on the RowHeight?

Help is most appreciated

The max value of row height can be only 409. It’s limited by MS. You can verify it in MS Excel.

Thanks for the quick assistance