Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRows Class / Get Method
Alternating row index


In This Topic
    Get Method (AlternatingRows)
    In This Topic
    Gets a new alternating row for the specified alternating row.
    Syntax
    'Declaration
     
    
    Public Function Get( _
       ByVal index As Integer _
    ) As AlternatingRow
    'Usage
     
    
    Dim instance As AlternatingRows
    Dim index As Integer
    Dim value As AlternatingRow
     
    value = instance.Get(index)
    public AlternatingRow Get( 
       int index
    )

    Parameters

    index
    Alternating row index
    Exceptions
    ExceptionDescription
    Specified alternating row index is less than 0 or greater than or equal to the alternating row count
    See Also