Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRows Class / Get Method
Alternating row index


Get Method (AlternatingRows)
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)

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