ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / LastCol Property

In This Topic
    LastCol Property
    In This Topic
    Gets the index of the last column spanned by the current cell. If SpanCols is 1, the value of this property is equal to Col.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastCol As System.Integer
    public System.int LastCol {get;}
    See Also