[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.ExpandRow

ExpandRow Method

ExpandRow(int, bool)

Expands or collapses the specified parent row, which shows or hides the child view in a hierarchical display.

Declaration
public void ExpandRow(int row, bool expand)
Public Sub ExpandRow(row As Integer, expand As Boolean)
Parameters
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