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


In This Topic
    Get(Int32) Method
    In This Topic
    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)
    public Row Get( 
       int 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