Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public ArrayList GetRows(
	int start,
	int end
)
Visual Basic
Public Function GetRows ( _
	start As Integer, _
	end As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetRows(
	int start, 
	int end
)

Parameters

start
Type: System..::..Int32
end
Type: System..::..Int32

See Also