ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Integer
    public System.int LastRow {get;}
    See Also