C1.Excel Assembly / C1.Excel Namespace / XLNamedRangeCollection Class / Item Property / Item(String) Property

In This Topic
Item(String) Property
In This Topic
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
 

Parameters

name
See Also