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

Syntax

C#
public Cell CreateCell(
	SimpleCell rowAttributes
)
Visual Basic
Public Function CreateCell ( _
	rowAttributes As SimpleCell _
) As Cell
Visual C++
public:
Cell^ CreateCell(
	SimpleCell^ rowAttributes
)

Parameters

rowAttributes
Type: iTextSharp.text..::..SimpleCell

See Also