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