FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / Get Method / Get(Int32) Method
Row index


Get(Int32) Method
Gets a specified row.
Syntax
'Declaration
 
Public Overloads Function Get( _
   ByVal row As Integer _
) As Row
 
'Usage
 
Dim instance As Rows
Dim row As Integer
Dim value As Row
 
value = instance.Get(row)

Parameters

row
Row index
Exceptions
ExceptionDescription
Specified row index is out of range. It must less than the row count or -1 for all.
See Also