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 As System.Integer _
) As XLRow
public XLRow this[
System.int
]; {get;}
Parameters
- index
See Also