Click or drag to resize

PdfGrid Columns Property

Gets the columns.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridColumnCollection Columns { get; }

Property Value

Type: PdfGridColumnCollection
The columns.
See Also