Excel for WinRT
Item(String) Property


Gets a reference to the XLNamedRange object with the specified name. Returns null if an object with the specified name could not be found in the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As XLNamedRange
'Usage
 
Dim instance As XLNamedRangeCollection
Dim name As System.String
Dim value As XLNamedRange
 
value = instance.Item(name)
public XLNamedRange Item( 
   System.string name
) {get;}

Parameters

name
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback