unGroup method

This method removes the group.

Defined in

Range

Syntax

public void unGroup(int orientation)

Parameters

int orientation

  • A value of Constant.SYMPHONY_ORIENTATION_COLUMN groups by column.
  • A value of Constant.SYMPHONY_ORIENTATION_ROW groups by row.

See examples

Example: unGroup method