Spread for ASP.NET 8.0 Product Documentation
GetItem Method (IEditableObjectSupport)


Row index
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IEditableObjectSupport Interface
IEditableObjectSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.