[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetItem

GetItem Method

GetItem(int)

Returns the IEditableObject from a row that is data bound to a DataView or ListSource.

Declaration
public IEditableObject GetItem(int row)
Public Function GetItem(row As Integer) As IEditableObject
Parameters
Type Name Description
int row

Row in the data model to query

Returns
Type Description
IEditableObject

The IEditable object, if data bound

Implements