'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)
ISheetDataModel GetChildDataModel( int row, string relation )
Parameters
- row
- Row whose child data model is to be returned
- relation
- Data relation name
Return Value
ISheetDataModel containing the child data model