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