CellRangeCollection Class Members
In This Topic
The following tables list the members exposed by CellRangeCollection.
Public Constructors
Public Properties
| Name | Description |
 | Count | Gets the number of CellRange objects in the collection. |
 | Item | Gets or sets the CellRange object at a specified index. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Adds a new CellRange object to the collection. |
 | Clear | Removes all objects from the collection. |
 | Contains | Determines whether a CellRange object is a member of the collection. |
 | IndexOf | Overloaded. Gets the index of a CellRange object in the collection. |
 | Insert | Inserts a CellRange object in the collection at a specified index. |
 | Remove | Removes a CellRange object from the collection. |
 | RemoveAt | Removed the object at a specified index from the collection. |
Top
See Also