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