PDF .NET Library Documentation - PDF Technologies, Inc.
Adds rows to an Table object.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void addRow(
	int rowCount
)
Visual Basic (Declaration)
Public Sub addRow ( _
	rowCount As Integer _
)
Visual C++
public:
void addRow(
	int rowCount
)

Parameters

rowCount
Type: System..::.Int32
Row count.

See Also