ISheetDataModel GetChildDataModel( int row, string relation )
'Declaration Function GetChildDataModel( _ ByVal row As Integer, _ ByVal relation As String _ ) As ISheetDataModel
'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)
'Usage
Dim instance As IChildModelSupport Dim row As Integer Dim relation As String Dim value As ISheetDataModel value = instance.GetChildDataModel(row, relation)
IChildModelSupport Interface IChildModelSupport Members