Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / LastRow Property

In This Topic
    LastRow Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastRow As Integer
    public int LastRow {get;}
    See Also