PdfGridCellStyle
Borders Property
|
Gets or sets the border.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBorders Borders { get; set; }
Public Property Borders As PdfBorders
Get
Set
public:
property PdfBorders^ Borders {
PdfBorders^ get ();
void set (PdfBorders^ value);
}
member Borders : PdfBorders with get, set
Property Value
Type:
PdfBorders
The border.
See Also