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) |
| Name | Description | |
|---|---|---|
| ConvertNumberToDateTime | Converts floating number to DateTime structure. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetBorders |
Sets the color and style of the lines to a specific set of borders.
(Overrides ExcelRangeSetBorders(MultipleBorders, SKColor, LineStyle)) | |
| SupportsType | Gets a value indicating whether the objects of specified type can be assigned to ExcelCell.Value. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |