Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRows Class / Item Property


In This Topic
    Item Property (AlternatingRows)
    In This Topic
    Gets a new alternating row for the specified alternating row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As AlternatingRow
    'Usage
     
    
    Dim instance As AlternatingRows
    Dim index As Integer
    Dim value As AlternatingRow
     
    value = instance.Item(index)
    public AlternatingRow this[ 
       int index
    ]; {get;}

    Parameters

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