IXlCell Methods
Represents a single cell in a worksheet.Name | Description |
---|---|
ApplyFormatting(XlCellFormatting) | Applies the specified formatting settings to the cell. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
SetFormula(IXlFormulaParameter) | Assigns the specified formula to a cell. |
SetFormula(XlExpression) | Assigns the specified formula expression to a cell. |
SetFormula(String) | Assigns the specified formula string to a cell. |
SetRichText(XlRichTextString) | Assigns the rich formatted text to a cell. |
SetSharedFormula(XlCellPosition) | Creates the shared formula based on the formula contained in the host cell. |
SetSharedFormula(XlExpression, XlCellRange) | Assigns the specified formula expression to the given cell range to create a shared formula. |
SetSharedFormula(String, XlCellRange) | Assigns the specified formula string to the given cell range to create a shared formula. |
See Also