Gets or sets a value indicating whether the cell borders
should overlap its neighbour's borders or be drawn in the cell interior.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfBorderOverlapStyle BorderOverlapStyle { get; set; }
Public Property BorderOverlapStyle As PdfBorderOverlapStyle Get Set
public: property PdfBorderOverlapStyle BorderOverlapStyle { PdfBorderOverlapStyle get (); void set (PdfBorderOverlapStyle value); }
member BorderOverlapStyle : PdfBorderOverlapStyle with get, set
Property Value
PdfBorderOverlapStyle
Remarks
Please, use this property with caution,
because it might cause unexpected results if borders
are not the same width and colour.