Checks if the Cell is empty.

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

Syntax

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

Return Value

false if there are non-empty Elements in the Cell.

See Also