[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetChildRelation

GetChildRelation Method

GetChildRelation(int)

Gets the name of the child data relation at the specified position.

Declaration
public string GetChildRelation(int index)
Public Function GetChildRelation(index As Integer) As String
Parameters
Type Name Description
int index

Index of the child data relation

Returns
Type Description
string

The name of the child data relation at the specified position.

Implements