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


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
ExpandRowExpands 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);
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SpreadView Class
SpreadView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.