Gets the rows.

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 PdfGridRowCollection Rows { get; }
Public ReadOnly Property Rows As PdfGridRowCollection
	Get
public:
property PdfGridRowCollection^ Rows {
	PdfGridRowCollection^ get ();
}
member Rows : PdfGridRowCollection with get

Property Value

PdfGridRowCollection
The rows.

See Also