Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IChildModelSupport Interface / GetChildDataModel Method
Row whose child data model is to be returned
Data relation name


In This Topic
GetChildDataModel Method (IChildModelSupport)
In This Topic
Gets the child data model for the specified row and data relation.
Syntax
'Declaration
 
Function GetChildDataModel( _
   ByVal row As Integer, _
   ByVal relation As String _
) As ISheetDataModel
 
'Usage
 
Dim instance As IChildModelSupport
Dim row As Integer
Dim relation As String
Dim value As ISheetDataModel
 
value = instance.GetChildDataModel(row, relation)

Parameters

row
Row whose child data model is to be returned
relation
Data relation name
See Also