Excel for WinRT
Item Property (XLCellRangeCollection)


Gets the XLCellRange object at the specified position in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLCellRange
'Usage
 
Dim instance As XLCellRangeCollection
Dim index As System.Integer
Dim value As XLCellRange
 
value = instance.Item(index)
public XLCellRange this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

XLCellRangeCollection Class
XLCellRangeCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback