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
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Borders Returns a Borders collection that represents the borders and diagonal lines for the specified Cell object or CellRange collection. Read-only.
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property Count Returns the number of objects in the collection. (Inherited from Collection.)
Public property Item Returns a single Cell object from the specified CellRange collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method _Index(Int32) Reserved for internal use.
Public method _Index(Int32) Reserved for internal use. (Inherited from Collection.)
Public method GetEnumerator() Returns an enumerator that iterates through the collection of cells.
Public method GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from Collection.)

Top

See Also

Reference

CellRange Interface

Microsoft.Office.Interop.PowerPoint Namespace