| Collapse Method | |
| See Also |
- rowIndex
- The number of the row to collapse
Collapses the specified row.
Only relevant for rows with child rows.
| Visual Basic |
|---|
Public Sub Collapse( _
   ByVal rowIndex As Long _
) |
- rowIndex
- The number of the row to collapse
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.