Deletes a row.

Namespace: iTextSharp.text
Assembly: 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

Return Value

true if the row was deleted; false if not

See Also