C1.Excel Assembly / C1.Excel Namespace / XLRowCollection Class / Item Property

In This Topic
Item Property (XLRowCollection)
In This Topic
Returns a reference to the XLRow object at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLRow
 

Parameters

index
Remarks
The indexer will create a new XLRow object at the specified position if necessary. It never returns null.
See Also