Gets the headers.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfGridHeaderCollection Headers { get; }
Public ReadOnly Property Headers As PdfGridHeaderCollection
	Get
public:
property PdfGridHeaderCollection^ Headers {
	PdfGridHeaderCollection^ get ();
}
member Headers : PdfGridHeaderCollection with get

Property Value

PdfGridHeaderCollection
The headers.

See Also