Spread for ASP.NET 12 Product Documentation
GetChildRelation Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetChildRelation Method
Relation index
Gets the name of the child data relation in a hierarchical display at the specified index.
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
Relation index

Return Value

String that contains the name
See Also

Reference

SheetView Class
SheetView Members