Adds the specified row.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Add(
	PdfRow row
)
Public Sub Add ( 
	row As PdfRow
)
public:
void Add(
	PdfRow^ row
)
member Add : 
        row : PdfRow -> unit 

Parameters

row
PdfRow
The row.

See Also