'Usage Dim instance As RangeGroup Dim index As Integer Dim count As Integer instance.Group(index, count)
Parameters
- index
- The group starting index.
- count
- The number of rows or columns to group.
'Usage Dim instance As RangeGroup Dim index As Integer Dim count As Integer instance.Group(index, count)
gcSpreadSheet1.Sheets[0].RowRangeGroup.Group(3, 2); gcSpreadSheet1.Sheets[0].RowRangeGroup.Direction = GrapeCity.Xaml.SpreadSheet.Data.RangeGroupDirection.Backward;
GcSpreadSheet1.Sheets(0).RowRangeGroup.Group(3, 2) GcSpreadSheet1.Sheets(0).RowRangeGroup.Direction = GrapeCity.Xaml.SpreadSheet.Data.RangeGroupDirection.Backward