Overload | Description |
---|---|
ExpandRow | Expands or collapses the specified parent row, which shows or hides the child view in a hierarchical display. |
Overload | Description |
---|---|
ExpandRow | Expands or collapses the specified parent row, which shows or hides the child view in a 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);