Excel for WPF and Silverlight
Item(Int32) Property

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

Parameters

index
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List