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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetChildRelation Method
Index of the child data relation
Gets the name of the child data relation at the specified position.
Syntax
'Declaration
 
Public Function GetChildRelation( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As DefaultSheetDataModel
Dim index As Integer
Dim value As String
 
value = instance.GetChildRelation(index)
public string GetChildRelation( 
   int index
)

Parameters

index
Index of the child data relation
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members