Click or drag to resize

TableFormat Borders Property

Gets the Borders object associated with the current instance, creating it if necessary.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Borders Borders { get; }

Return Value

Type: Borders
The Borders object.
See Also