Hi ,
Please provide me some links for hide/unhide Rows and Columns in Aspose web Grid.
Thanks,
Mahesh
Hi Aspose Team,
I want to hide certain columns which are binding dynamically from the Database to Aspose.Cells.GridWeb Control.
I am unable to find any properties to hide the columns in the GridWeb.
So, I have set width of the column to zero(using shown below code). But, My client is not fine of making the columns width to zero as it is creating thick border between other columns. Please check the attached pic.
sheet.Cells.SetColumnWidth(i, new Unit(0, UnitType.Point));
Please let me know if there is any other way to hide the columns.
Hi,