Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / GetItem Method
Row index
Example


In This Topic
    GetItem Method (GroupDataModel)
    In This Topic
    Gets the item in the specified row.
    Syntax
    'Declaration
     
    
    Public Function GetItem( _
       ByVal row As Integer _
    ) As IEditableObject
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim row As Integer
    Dim value As IEditableObject
     
    value = instance.GetItem(row)
    public IEditableObject GetItem( 
       int row
    )

    Parameters

    row
    Row index

    Return Value

    IEditableObject containing the item
    Example
    This example deletes the item for the group.
    See Also