📚 SAP Business One SDK Help

CollapseLevel Property
See Also 

Description

The number of columns grouped together, starting from the left-most column.

For example, if you specify 2 for this property, all rows are grouped by the values in the first column, and all rows within each group are grouped by the values in the second column.

Property type

Read-write property

Syntax

Visual Basic
Public Property CollapseLevel() As Long

Remarks

The columns that are grouped are sorted, as is the next column. For example, if set to 2, the first three columns are sorted.

See Also