C1.Silverlight.Excel Namespace : XLCellRangeCollection Class |
The following tables list the members exposed by XLCellRangeCollection.
Name | Description | |
---|---|---|
![]() | ActiveIndex | Gets or sets the active index in the collection. |
![]() | Book | Gets a reference to the parent C1XLBook object. |
![]() | Count | Gets the number of XLCellRange objects in the collection. |
![]() | Item | Gets the XLCellRange object at the specified position in the collection. |
![]() | Sheet | Gets the XLSheet object that owns the collection. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Appends an XLCellRange object to the collection. |
![]() | Clear | Removes all XLCellRange objects from the collection. |
![]() | Contains | Checks whether the collection contains a specific XLCellRange object. |
![]() | IndexOf | Gets the position of an XLCellRange object in the collection. |
![]() | Insert | Inserts an XLCellRange object at a specific position in the collection. |
![]() | Remove | Removes an XLCellRange object from the collection. |
![]() | RemoveAt | Removes an XLCellRange object at a specific position from the collection. |