Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IChildModelSupport Interface / GetChildRelation Method
Index to the child relation


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

Parameters

index
Index to the child relation
See Also