Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRows Class / Item Property


Item Property (AlternatingRows)
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)

Parameters

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