IExcel Cell WriterSet Fill Color Method
Set the cell fill color.
Definition
Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
The current cell.
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
IExcelCellWriter SetFillColor(
Color color
)Parameters
- color Color
- The given fill color.
Return Value
IExcelCellWriterThe current cell.