[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetChildDataModel

GetChildDataModel Method

GetChildDataModel(int, string)

Gets the data model (ISheetDataModel object) for the specified row and data relation.

Declaration
public ISheetDataModel GetChildDataModel(int row, string relation)
Public 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
Implements