Vinaydhi
8 years agoOccasional Contributor
Group Ungroup FarPoint Spreadsheet rows
I want to group ungroup rows of farpoint spreadsheet by clicking +/- buttons and/or by clicking 1/2/3/4 buttons. These buttons are highlighted with yellow colour in the attachment "GroupUngroup.PNG"....
- 8 years ago
This issue is resolved with the help of SmartBear customer care.
Solution was:
var rgi = fpSpread1.ActiveSheet.GetRangeGroupInfo(2, true);
fpSpread1.ActiveSheet.ExpandRangeGroup(rgi.GetValue(0), true, true);Thanks SmartBear !!
-Vinay