Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetChildDataModel Method
Row whose child data model is to be returned
Data relation name


In This Topic
    GetChildDataModel Method (DefaultSheetDataModel)
    In This Topic
    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