IExcel
|
public interface IExcelCellWriter
The IExcelCellWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| SetAlignment | Set the alignment for the cell content. | |
| SetBold | Set the cell font style. | |
| SetColor | Set the cell color | |
| SetFillColor | Set the cell fill color. | |
| SetFont | Set the cell font type. | |
| SetFormat | Set the cell numeric format. | |
| SetHyperlink | Set a hyperlink into the cell content. | |
| SetItalic | Set the cell font style | |
| SetVAlignment | Set the vertical alignment for the cell content. | |
| SetValueT | Set the value of a cell. |