Sets the back color of the Table.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Color BackColor { set; }
Public WriteOnly Property BackColor As Color
Set
Property Value
Type:
Color
ExamplesPlease refer to the code example 2 in the OpenTable(String) method topic to learn how to set the back color of the Table.
See Also