CellRange Members
Include Protected Members
Include Inherited Members
A collection of Cell objects in a table column or row. The CellRange collection represents all the cells in the specified column or row. To use the CellRange collection, use the Cells keyword.
The CellRange type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Borders | Returns a Borders collection that represents the borders and diagonal lines for the specified Cell object or CellRange collection. Read-only. | |
Count | Returns the number of objects in the specified collection. Read-only. | |
Count | Returns the number of objects in the collection. (Inherited from Collection.) | |
Item | Returns a single Cell object from the specified CellRange collection. | |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
_Index(Int32) | Reserved for internal use. | |
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection of cells. | |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) |
Top