C1.Silverlight.Excel Namespace : XLNamedRangeCollection Class |
The following tables list the members exposed by XLNamedRangeCollection.
Name | Description | |
---|---|---|
![]() | Book | Gets a reference to the parent C1XLBook object. |
![]() | Count | Gets the number of XLNamedRange objects in the collection. |
![]() | Item | Overloaded. Gets a reference to the XLNamedRange object at the specified index. Returns null if an invalid index is specified. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Appends an XLNamedRange object to the collection. |
![]() | Clear | Removes all XLNamedRange objects from the collection. |
![]() | Contains | Overloaded. Checks whether the collection contains a specific XLNamedRange object. |
![]() | IndexOf | Overloaded. Gets the position of an XLNamedRange object in the collection. |
![]() | Insert | Inserts an XLNamedRange object at a specific position in the collection. |
![]() | Remove | Overloaded. Removes an XLNamedRange object from the collection. |
![]() | RemoveAt | Removes an XLNamedRange object at a specific position from the collection. |