IXlCell Methods
Represents a single cell in a worksheet.
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