Initializes a new instance of the RtfCell class
Namespace: iTextSharp.text.rtf.tableAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected internal RtfCell( RtfDocument doc, RtfRow row, Cell cell ) |
Visual Basic |
---|
Protected Friend Sub New ( _ doc As RtfDocument, _ row As RtfRow, _ cell As Cell _ ) |
Visual C++ |
---|
protected public: RtfCell( RtfDocument^ doc, RtfRow^ row, Cell^ cell ) |
Parameters
- cell
- Type: iTextSharp.text..::..Cell