Click or drag to resize
DataFieldBackColor Property
Sets the back color of the cell specified by the current DataField.

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

Property Value

Type: Color
Remarks

This DataField represents a cell.

Examples

Plese refer to the code example 2 in the OpenTable(String) method topic to learn how to set the back color of the cell.

See Also