PdfGridColumn
Grid Property
|
Gets the grid.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGrid Grid { get; }
Public ReadOnly Property Grid As PdfGrid
Get
public:
property PdfGrid^ Grid {
PdfGrid^ get ();
}
member Grid : PdfGrid with get
Property Value
Type:
PdfGrid
The grid.
See Also