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 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
- Index of relation (child view)
See Also