In This Topic
The following tables list the members exposed by XLCell.
Public Properties
| Name | Description |
 | Formula | Gets or sets a string that specifies a formula of the cell. |
 | Hyperlink | Gets or sets a string that specifies an action to take when the cell is clicked. |
 | Style | Gets or sets the XLStyle object associated with the cell. |
 | Text | Gets the string representation of the current cell value. |
 | Value | Gets or sets the value stored in the cell. |
Top
Public Methods
| Name | Description |
 | Clone | Creates a copy of the current cell, including the value. |
 | SetValue | Sets the Value and Style properties of a cell. |
Top
See Also