CellArea Properties
Defines the range of cells in a worksheet. Used in cell reference expressions contained in parsed formulas.| Name | Description |
|---|---|
| BottomRight | Gets or sets the position of the bottom-right corner of the rectangular cell area. |
| BottomRowIndex | Gets or sets the index of the bottom row of the cell area. |
| ColumnCount | Gets the number of columns in the cell area. |
| LeftColumnIndex | Gets or sets the index of the left column in the cell area. |
| RightColumnIndex | Gets or sets the index of the rightmost column in the cell area. |
| RowCount | Gets the number of rows in the cell area. |
| TopLeft | Gets or sets the position of the top left corner of the rectangular cell area. |
| TopRowIndex | Gets or sets the index of the top row in the cell area. |
See Also