IExcelCellWriterSetFillColor Method
|
Set the cell fill color.
Namespace: Casewhere.Runtime.IOAssembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIExcelCellWriter SetFillColor(
Color color
)
Parameters
- color Color
- The given fill color.
Return Value
IExcelCellWriterThe current cell.
See Also