Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLNamedRangeCollection Class
Properties Methods


In This Topic
    XLNamedRangeCollection Class Members
    In This Topic

    The following tables list the members exposed by XLNamedRangeCollection.

    Public Properties
     NameDescription
    Public PropertyGets a reference to the parent C1XLBook object.  
    Public PropertyGets the number of XLNamedRange objects in the collection.  
    Public PropertyOverloaded. Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Appends an XLNamedRange object to the collection.  
    Public MethodRemoves all XLNamedRange objects from the collection.  
    Public MethodOverloaded. Checks whether the collection contains a specific XLNamedRange object.  
    Public MethodOverloaded. Gets the position of an XLNamedRange object in the collection.  
    Public MethodInserts an XLNamedRange object at a specific position in the collection.  
    Public MethodOverloaded. Removes an XLNamedRange object from the collection.  
    Public MethodRemoves an XLNamedRange object at a specific position from the collection.  
    Top
    See Also