Deletes a row.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public bool DeleteRow( int row ) |
| Visual Basic |
|---|
Public Function DeleteRow ( _ row As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool DeleteRow( int row ) |
Parameters
- row
- Type: System..::..Int32
the number of the row to delete