Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetChildRelation Method
Index of relation (child view)


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

    Parameters

    index
    Index of relation (child view)
    See Also