Excel for WinRT
Item(Int32) Property


Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As XLNamedRange
'Usage
 
Dim instance As XLNamedRangeCollection
Dim index As System.Integer
Dim value As XLNamedRange
 
value = instance.Item(index)
public XLNamedRange Item( 
   System.int index
) {get;}

Parameters

index
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback