ExpandHierarchicalRow Method (View)
In This Topic
Expands 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 ExpandHierarchicalRow( _
ByVal band As System.Integer, _
ByVal As System.Integer _
)
public virtual void ExpandHierarchicalRow(
System.int band,
System.int
)
Parameters
- band
- The band to expand.
- row
- The row to expand.
See Also