Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.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)

Parameters

row
Row index
See Also