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