Spread Windows Forms 12.0 Product Documentation
ExpandRow Method (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : ExpandRow Method
Expands or collapses the specified parent row, which shows or hides the child view in a hierarchical display.
Expands the row in a hierarchical display.
Overload List
OverloadDescription
Expands or collapses the specified parent row, which shows or hides the child view in a hierarchical display.  
Remarks
The Expand event fires when calling the spread view ExpandRow method.
Example
This example expands the first row in the hierarchical display.
Dim sv As New FarPoint.Win.Spread.SpreadView(fpSpread1)
sv = fpSpread1.GetRootWorkbook()
sv.ExpandRow(0, True)
FarPoint.Win.Spread.SpreadView sv = new FarPoint.Win.Spread.SpreadView(fpSpread1);
sv = fpSpread1.GetRootWorkbook();
sv.ExpandRow(0, true);
See Also

Reference

SpreadView Class
SpreadView Members