[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetChildView

GetChildView Method

GetChildView(int, int)

Creates the sheet (SheetView object) 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
Exceptions
Type Condition
Exception

Specified sheet does not support a child sheet

ArgumentOutOfRangeException

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

ArgumentOutOfRangeException

Specified relation index is out of range; must be between 0 and the number of relations