Click or drag to resize

IExcelCellWriterSetColor Method

Set the cell color

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IExcelCellWriter SetColor(
	Color color
)

Parameters

color
Type: System.DrawingColor
The given color.

Return Value

Type: IExcelCellWriter
The current cell.
See Also