Excel |
The ExcelCell type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comment |
Gets or sets cell comment.
(Overrides ExcelRangeComment) |
![]() | Formula |
Gets or sets cell formula string.
(Overrides ExcelRangeFormula) |
![]() | Hyperlink | Gets or sets cell hyperlink. |
![]() | IsStyleDefault |
Returns true if style is default; otherwise, false.
(Overrides ExcelRangeIsStyleDefault) |
![]() | MergedRange | Gets associated merged range if the cell is merged; otherwise, null. |
![]() | Position | Gets the position of the cell on the Excel sheet. |
![]() | Style |
Gets or sets cell style of this cell or of merged range.
(Overrides ExcelRangeStyle) |
![]() | Value |
Gets or sets the value of this cell or the merged range.
(Overrides ExcelRangeValue) |