The XLCell type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a copy of the current cell, including the value.
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
SetValue | |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
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.
|