PDF .NET Library Documentation - PDF Technologies, Inc.
Get the row

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

Syntax

C#
public Row row(
	int rowIndex
)
Visual Basic (Declaration)
Public Function row ( _
	rowIndex As Integer _
) As Row
Visual C++
public:
Row^ row(
	int rowIndex
)

Parameters

rowIndex
Type: System..::.Int32
Row index (zero based)

Return Value

See Also