A Row is part of a Table and contains some Cells.

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

Syntax

C#
public class Row : IElement
Visual Basic
Public Class Row _
	Implements IElement
Visual C++
public ref class Row : IElement

Remarks

All Rows are constructed by a Table-object. You don't have to construct any Row yourself. In fact you can't construct a Row outside the package. Since a Cell can span several rows and/or columns a row can contain reserved space without any content.

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Row

See Also