Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public PdfPRow SplitRow( PdfPTable table, int rowIndex, float new_height )  | 
| Visual Basic | 
|---|
Public Function SplitRow ( _ table As PdfPTable, _ rowIndex As Integer, _ new_height As Single _ ) As PdfPRow  | 
| Visual C++ | 
|---|
public: PdfPRow^ SplitRow( PdfPTable^ table, int rowIndex, float new_height )  | 
Parameters
- table
 - Type: iTextSharp.text.pdf..::..PdfPTable
 
- rowIndex
 - Type: System..::..Int32
 
- new_height
 - Type: System..::..Single