Initializes a new instance of the PdfPRow class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfPRow( PdfPCell[] cells ) |
Visual Basic |
---|
Public Sub New ( _ cells As PdfPCell() _ ) |
Visual C++ |
---|
public: PdfPRow( array<PdfPCell^>^ cells ) |
Parameters
- cells
- Type: array<iTextSharp.text.pdf..::..PdfPCell>[]()[][]