Spread for ASP.NET 12 Product Documentation
Item Property (AlternatingRows)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AlternatingRows Class : Item Property
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

Reference

AlternatingRows Class
AlternatingRows Members