Initializes a new instance of the RtfRow class

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

Syntax

C#
protected internal RtfRow(
	RtfDocument doc,
	RtfTable rtfTable,
	Row row,
	int rowNumber
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	rtfTable As RtfTable, _
	row As Row, _
	rowNumber As Integer _
)
Visual C++
protected public:
RtfRow(
	RtfDocument^ doc, 
	RtfTable^ rtfTable, 
	Row^ row, 
	int rowNumber
)

See Also