[]
Expands or collapses the specified parent row, which shows or hides the child view in a hierarchical display.
public void ExpandRow(int row, bool expand)
Public Sub ExpandRow(row As Integer, expand As Boolean)
Type | Name | Description |
---|---|---|
int | row | Index of parent row to expand or collapse |
bool | expand | True to expand and show the child sheet; false to collapse and hide the child sheet |