Excel for WPF and Silverlight
Item(String) Property

C1.WPF.Excel Namespace > XLNamedRangeCollection Class > Item Property : 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
public XLNamedRange Item( 
   System.string name
) {get;}

Parameters

name
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List