Example: unGroup method

This example groups the range by row, then removes the group.

  Range range = sheet.range("A1:E6");
  range.group(Constant.SYMPHONY_ORIENTATION_ROW);
  range.unGroup(Constant.SYMPHONY_ORIENTATION_ROW);

Related information

unGroup method