IExcelCellWriter Interface

Provide methods for working with an excel cell.

Definition

Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public interface IExcelCellWriter

Methods

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.

See Also