Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetItem Method
Row in the data model to query


In This Topic
    GetItem Method (DefaultSheetDataModel)
    In This Topic
    Returns the IEditableObject from a row that is data bound to a DataView or ListSource.
    Syntax
    'Declaration
     
    
    Public Function GetItem( _
       ByVal row As Integer _
    ) As IEditableObject
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim value As IEditableObject
     
    value = instance.GetItem(row)
    public IEditableObject GetItem( 
       int row
    )

    Parameters

    row
    Row in the data model to query

    Return Value

    The IEditable object, if data bound
    See Also