Deletes the last row in this table.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool DeleteLastRow()
Visual Basic
Public Function DeleteLastRow As Boolean
Visual C++
public:
bool DeleteLastRow()

Return Value

true if the row was deleted; false if not

See Also