[]
Gets the data model (ISheetDataModel object) for the specified row and data relation.
public ISheetDataModel GetChildDataModel(int row, string relation)
Public Function GetChildDataModel(row As Integer, relation As String) As ISheetDataModel
Type | Name | Description |
---|---|---|
int | row | Row whose child data model is to be returned |
string | relation | Data relation name |
Type | Description |
---|---|
ISheetDataModel |