Excel for WPF and Silverlight
Item Property (XLRowCollection)

C1.WPF.Excel Namespace > XLRowCollection Class : Item Property
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
public XLRow this[ 
   System.int index
]; {get;}

Parameters

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

Reference

XLRowCollection Class
XLRowCollection Members