[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.SetRowExpandable

SetRowExpandable Method

SetRowExpandable(int, bool)

Sets whether the row on this sheet can be expanded to show the child view in the hierarchical display.

Declaration
public void SetRowExpandable(int row, bool expandable)
Public Sub SetRowExpandable(row As Integer, expandable As Boolean)
Parameters
Type Name Description
int row

Row index

bool expandable

True if the row can be expanded; false otherwise

Exceptions
Type Condition
ArgumentOutOfRangeException

Specified row is out of range; must be between 0 and the number of rows