Click or drag to resize
TableForeColor Property
Sets the fore color of the Table.

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 code example 2 in the OpenTable(String) method topic to learn how to set the fore color of the Table.

See Also