AD
Administrator
Syncfusion Team
September 1, 2006 04:58 AM UTC
Hi Naieem,
Use GetTotal method to get the total size of the specified range of rows or columns in the grid.
//Get the rowheight of all rows in a grid.
int height = this.gridGroupingControl1.TableModel.RowHeights.GetTotal(0,this.gridGroupingControl1.TableModel.RowCount);
Console.WriteLine(" Height = " + height);
Let me know if this helps.
Regards,
Haneef