Gets the number of rows spanned by the cell.

Namespace: FirstFloor.Documents.DocumentStructures
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public int RowSpan { get; internal set; }
Visual Basic
Public Property RowSpan As Integer
	Get
	Friend Set
Visual C++
public:
property int RowSpan {
	int get ();
	internal: void set (int value);
}

Field Value

The row span.

See Also