Gets the name of the child data relation in a hierarchical display at the specified index.
Syntax
'Declaration
Public Overridable Function GetChildRelation( _
ByVal 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
)
Parameters
- index
- Relation index
Return Value
String that contains the name
See Also