Gets or sets the number of rows spanned by the current cell. Cannot be less than 1, which is the default.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int SpanRows { get; set; }
Visual Basic
Public Property SpanRows As Integer
	Get
	Set

See Also