Click or drag to resize
TableBorder Property
Gets the border object of the Table.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Border Border { get; }

Property Value

Type: Border
Examples

Please refer to the code example 2 in the OpenTable(String) method topic to learn how to get the border object of the Table.

See Also