ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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
    public XLNamedRange Item( 
       System.string name
    ) {get;}

    Parameters

    name
    See Also