Spread for ASP.NET 12 Product Documentation
GetChildDataModel Method (IChildModelSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IChildModelSupport Interface : GetChildDataModel Method
Row whose child data model is to be returned
Data relation name
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)
ISheetDataModel GetChildDataModel( 
   int row,
   string relation
)

Parameters

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

Reference

IChildModelSupport Interface
IChildModelSupport Members