Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetChildRelation Method
Index of the child data relation


In This Topic
    GetChildRelation Method (DefaultSheetDataModel)
    In This Topic
    Gets the name of the child data relation at the specified position.
    Syntax
    'Declaration
     
    
    Public Function GetChildRelation( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim index As Integer
    Dim value As String
     
    value = instance.GetChildRelation(index)
    public string GetChildRelation( 
       int index
    )

    Parameters

    index
    Index of the child data relation
    See Also