Gets the index of the last row spanned by the current cell. If SpanRows is 1, the value of this property is equal to Row.

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

Syntax

C#
public int LastRow { get; }
Visual Basic
Public ReadOnly Property LastRow As Integer
	Get

See Also