Excel for WinRT
Item Property (XLRowCollection)


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
'Usage
 
Dim instance As XLRowCollection
Dim index As System.Integer
Dim value As XLRow
 
value = instance.Item(index)
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback