group method

This method creates an outline group for the range.

Defined in

Range

Syntax

public void group(int orientation)

Parameters

int orientation

Specifies the range group by column or row. The value can be a GroupSort orientation constant.
  • When the value is Constant.SYMPHONY_ORIENTATION_COLUMN, it creates a group by column.
  • When the value is Constant.SYMPHONY_ORIENTATION_ROW, it creates a group by row.
.

See examples

Example: group method