ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRangeCollection Class / Item Property

In This Topic
    Item Property (XLNamedRangeCollection)
    In This Topic
    Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified.
    Overload List
    OverloadDescription
    Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified.  
    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.  
    See Also