Cell |
The CellRange type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comment |
Gets or sets comment.
(Overrides ExcelRangeComment) |
![]() | EndPosition | Gets name of the last cell in this cell range. |
![]() | FirstColumnIndex | Gets index of the first column. |
![]() | FirstRowIndex | Gets index of the first row. |
![]() | Formula |
Gets or sets formula string.
(Overrides ExcelRangeFormula) |
![]() | Height | Gets the height of this range of cells in rows. |
![]() | IsStyleDefault |
Returns true if all cells in cell range or merged range have default
cell style; otherwise, false.
(Overrides ExcelRangeIsStyleDefault) |
![]() | ItemString | Gets excel cell with the specified full or partial name. |
![]() | ItemInt32, Int32 | Gets excel cell at the specified relative position. |
![]() | LastColumnIndex | Gets index of the last column. |
![]() | LastRowIndex | Gets index of the last row. |
![]() | Merged | Gets or sets whether cells in this range are merged. |
![]() | StartPosition | Gets name of the first cell in this cell range. |
![]() | Style |
Gets or sets cell style on one or more excel cells.
(Overrides ExcelRangeStyle) |
![]() | Value |
Gets or sets the value of a single cell or range of cells.
(Overrides ExcelRangeValue) |
![]() | Width | Gets the width of this range of cells in columns. |