C1.WPF.Excel Namespace : XLCell Class |
The following tables list the members exposed by XLCell.
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. |
Name | Description | |
---|---|---|
Clone | Creates a copy of the current cell, including the value. | |
SetValue | Sets the Value and Style properties of a cell. |