Click or drag to resize

IExcelCellWriter Interface

Provide methods for working with an excel cell.

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

The IExcelCellWriter type exposes the following members.

Methods
  NameDescription
Public methodSetAlignment
Set the alignment for the cell content.
Public methodSetBold
Set the cell font style.
Public methodSetColor
Set the cell color
Public methodSetFillColor
Set the cell fill color.
Public methodSetFont
Set the cell font type.
Public methodSetFormat
Set the cell numeric format.
Public methodSetHyperlink
Set a hyperlink into the cell content.
Public methodSetItalic
Set the cell font style
Public methodSetVAlignment
Set the vertical alignment for the cell content.
Public methodSetValueT
Set the value of a cell.
Top
See Also