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

Syntax

C#
public void WriteCells(
	int colStart,
	int colEnd,
	float xPos,
	float yPos,
	PdfContentByte[] canvases
)
Visual Basic
Public Sub WriteCells ( _
	colStart As Integer, _
	colEnd As Integer, _
	xPos As Single, _
	yPos As Single, _
	canvases As PdfContentByte() _
)
Visual C++
public:
void WriteCells(
	int colStart, 
	int colEnd, 
	float xPos, 
	float yPos, 
	array<PdfContentByte^>^ canvases
)

Parameters

colStart
Type: System..::..Int32
colEnd
Type: System..::..Int32
xPos
Type: System..::..Single
yPos
Type: System..::..Single
canvases
Type: array<iTextSharp.text.pdf..::..PdfContentByte>[]()[][]

See Also