Collapse All Groups

Hi,

Is there a solution to collapse all previously grouped rows without mentioning row numbers etc?


This message was posted using Aspose.Live 2 Forum

Hi,

Well, you have to specify the third parameter to true/false (according to your need) while grouping rows e.g
ReportCells.GroupRows(21, 30,true);

Thank you.