[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetChildView

GetChildView Method

GetChildView(int, int)

Gets a child sheet in a hierarchical display for the specified row and the specified relation index.

Declaration
public virtual SheetView GetChildView(int row, int relationIndex)
Public Overridable Function GetChildView(row As Integer, relationIndex As Integer) As SheetView
Parameters
Type Name Description
int row

Row whose child sheet is to be created

int relationIndex

Index to the data relation collection

Returns
Type Description
SheetView

SheetView object

Exceptions
Type Condition
InvalidOperationException

Specified sheet does not support a child view

ArgumentException

Specified row is not valid; row index must be between 0 and the number of rows

ArgumentException

Specified relation is not valid; relation index must be
between 0 and the number of child relations in the collection