IXlCell Members
In This Article
#Properties
Name | Description |
---|---|
Column |
Gets the index of the column that contains the current cell. |
Formatting | Gets or sets cell format characteristics. |
Has |
Returns or specifies whether a cell value is prefixed with a single quote. |
Position | Gets the position of the current cell in a worksheet. |
Row |
Gets the index of the row that contains the current cell. |
Value | Gets or sets a cell value. |
#Methods
Name | Description |
---|---|
Apply |
Applies the specified formatting settings to the cell. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Set |
Assigns the specified formula to a cell. |
Set |
Assigns the specified formula expression to a cell. |
Set |
Assigns the specified formula string to a cell. |
Set |
Assigns the rich formatted text to a cell. |
Set |
Creates the shared formula based on the formula contained in the host cell. |
Set |
Assigns the specified formula expression to the given cell range to create a shared formula. |
Set |
Assigns the specified formula string to the given cell range to create a shared formula. |
See Also