The XLCell type exposes the following members.

Methods

  Name Description
Public method Clone
Creates a copy of the current cell, including the value.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method SetValue
Sets the Value and Style properties of a cell.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Formula
Gets or sets a string that specifies a formula of the cell.
Public property Hyperlink
Gets or sets a string that specifies an action to take when the cell is clicked.
Public property Style
Gets or sets the XLStyle object associated with the cell.
Public property Text
Gets the string representation of the current cell value.
Public property Value
Gets or sets the value stored in the cell.

See Also