Initializes a new instance of the RtfRow class
Namespace: iTextSharp.text.rtf.tableAssembly: 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 ) |
Parameters
- rtfTable
- Type: iTextSharp.text.rtf.table..::..RtfTable
- row
- Type: iTextSharp.text..::..Row
- rowNumber
- Type: System..::..Int32