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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetChildDataModel Method
Row whose child data model is to be returned
Data relation name
Gets the data model (ISheetDataModel object) for the specified row and data relation.
Syntax
'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
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members