Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / FindChildView Method
Row index of the related sheet
Relation index


In This Topic
FindChildView Method
In This Topic
Gets the child view for this sheet with the specified name.
Syntax
'Declaration
 
Public Overridable Function FindChildView( _
   ByVal row As Integer, _
   ByVal relationIndex As Integer _
) As SheetView
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim relationIndex As Integer
Dim value As SheetView
 
value = instance.FindChildView(row, relationIndex)

Parameters

row
Row index of the related sheet
relationIndex
Relation index
See Also