'Declaration Public Function GetChildDataModel( _ ByVal row As Integer, _ ByVal relation As String _ ) As ISheetDataModel
'Usage Dim instance As DefaultSheetDataModel Dim row As Integer Dim relation As String Dim value As ISheetDataModel value = instance.GetChildDataModel(row, relation)
public ISheetDataModel GetChildDataModel( int row, string relation )
Parameters
- row
- Row whose child data model is to be returned
- relation
- Data relation name
Return Value
ISheetDataModel object containing a sheet data model for the child view