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

Syntax

C#
public void AddElement(
	SimpleCell element
)
Visual Basic
Public Sub AddElement ( _
	element As SimpleCell _
)
Visual C++
public:
void AddElement(
	SimpleCell^ element
)

Parameters

element
Type: iTextSharp.text..::..SimpleCell

See Also