Click or drag to resize
CellForeColor Property
Sets the fore color of the cell.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Color ForeColor { set; }

Property Value

Type: Color
Examples

Please refer to the full code example in the OpenCell(String) method.

See Also