We are using Aspose.Cells.GridWeb 2.7.4.2000.
We are importing a spreadsheet with 100 columns. I’m trying to hide the columns 50 thro’ 100.
foreach (int col in colWidth.Keys)
{
cells.SetColumnWidth(col, new Unit(“0.0pt”));
}
When I do this, the columns 50 thro’ 100 are hidden, as expected. But the rest of the cells which are being displayed (1 thro’ 50)'s height doubles by itself. Do you see any reason why this is happening?
Thanks.
Hi,
Hi,
I’ve attached the sample project here. Please try to click on the buttons ‘Hide Columns’ and ‘Don’t hide columns’ and see how the row height changes.
We had the same code with the Grid (when it was Aspose.Grid.Web) and it worked fine. Now we are upgrading to Aspose.Cells.GridWeb and are facing this issue.
Thanks.
Hi,
Hi,