DataFieldForeColor Property |
Sets the fore color of the cell specified by the current DataField.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Color ForeColor { set; }
Public WriteOnly Property ForeColor As Color
Set
Property Value
Type:
Color
RemarksThis DataField represents a cell.
ExamplesPlese refer to the code example 2 in the OpenTable(String) method topic to learn how to set the fore color of the cell.
See Also