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; }
Public ReadOnly Property Borders As Borders
Get
public:
property Borders^ Borders {
Borders^ get ();
}
member Borders : Borders with get
Return Value
Type:
Borders
The Borders object.
See Also