CollapseHierarchicalRow Method (View)
In This Topic
Collapses the given band for given row in Hierarchical DataView grid for splits from the same vertical scroll group as this.
Syntax
'Declaration
Public Overridable Sub CollapseHierarchicalRow( _
ByVal band As System.Integer, _
ByVal As System.Integer _
)
public virtual void CollapseHierarchicalRow(
System.int band,
System.int
)
Parameters
- band
- The row to collapse.
- row
- The row to collapse.
See Also