Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLNamedRangeCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    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 Integer _
    ) As XLNamedRange
    public XLNamedRange Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also