[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.FindChildView

FindChildView Method

FindChildView(int, int)

Gets the child view for this sheet with the specified name.

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

Row index of the related sheet

int relationIndex

Relation index

Returns
Type Description
SheetView