Adds the specified row.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.