[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IChildModelSupport.GetChildDataModel

GetChildDataModel Method

GetChildDataModel(int, string)

Gets the child data model for the specified row and data relation.

Declaration
ISheetDataModel GetChildDataModel(int row, string relation)
Function GetChildDataModel(row As Integer, relation As String) As ISheetDataModel
Parameters
Type Name Description
int row

Row whose child data model is to be returned

string relation

Data relation name

Returns
Type Description
ISheetDataModel