Gets the border object of the Table.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Border Border { get; }
Public ReadOnly Property Border As Border
Get
Property Value
Type:
Border
ExamplesPlease 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