Changes the rowspan in the default layout of the Cells added with method AddCell(string content).

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

Syntax

C#
public int DefaultRowspan { set; }
Visual Basic
Public WriteOnly Property DefaultRowspan As Integer
	Set
Visual C++
public:
property int DefaultRowspan {
	void set (int value);
}

Field Value

the new rowspan value

See Also