Excel for WPF | ComponentOne
C1.Silverlight.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 String _
    ) As XLNamedRange
    public XLNamedRange Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also