Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / GetItem Method
Row index


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)

Parameters

row
Row index
See Also