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

Syntax

C#
protected PdfPRow AdjustCellsInRow(
	int start,
	int end
)
Visual Basic
Protected Function AdjustCellsInRow ( _
	start As Integer, _
	end As Integer _
) As PdfPRow
Visual C++
protected:
PdfPRow^ AdjustCellsInRow(
	int start, 
	int end
)

Parameters

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

See Also