Click or drag to resize

ExcelCell Properties

The ExcelCell type exposes the following members.

Properties
 NameDescription
Public propertyComment Gets or sets cell comment.
(Overrides ExcelRangeComment)
Public propertyFormula Gets or sets cell formula string.
(Overrides ExcelRangeFormula)
Public propertyHyperlink Gets or sets cell hyperlink.
Public propertyIsStyleDefault Returns true if style is default; otherwise, false.
(Overrides ExcelRangeIsStyleDefault)
Public propertyMergedRange Gets associated merged range if the cell is merged; otherwise, null.
Public propertyPosition Gets the position of the cell on the Excel sheet.
Public propertyStyle Gets or sets cell style of this cell or of merged range.
(Overrides ExcelRangeStyle)
Public propertyValue Gets or sets the value of this cell or the merged range.
(Overrides ExcelRangeValue)
Top
See Also