📚 SAP Business One SDK Help

Collapse Method
See Also 
rowIndex
The number of the row to collapse

Description

Collapses the specified row.

Only relevant for rows with child rows.

Syntax

Visual Basic
Public Sub Collapse( _
   ByVal rowIndex As Long _
) 

Parameters

rowIndex
The number of the row to collapse

Remarks

Note:

If you have a grid with the collapse level greater than 0, when you add a new row in the grid, the existing row header does not change accordingly.

See Also