Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IEditableObjectSupport Interface / GetItem Method
Row index


In This Topic
    GetItem Method (IEditableObjectSupport)
    In This Topic
    Gets an editable data row item at the specified row.
    Syntax
    'Declaration
     
    
    Function GetItem( _
       ByVal row As Integer _
    ) As IEditableObject
    'Usage
     
    
    Dim instance As IEditableObjectSupport
    Dim row As Integer
    Dim value As IEditableObject
     
    value = instance.GetItem(row)
    IEditableObject GetItem( 
       int row
    )

    Parameters

    row
    Row index

    Return Value

    IEditableObject containing the item
    See Also