PdfRowCollection
Add Method (PdfRow)
|
Adds the specified row.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Add(
PdfRow row
)
Public Sub Add (
row As PdfRow
)
public:
void Add(
PdfRow^ row
)
member Add :
row : PdfRow -> unit
Parameters
-
row
-
Type:
Spire.Pdf.Tables
PdfRow
The row.
See Also