Reports for WinForms | ComponentOne
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 Integer
    public int LastCol {get;}
    See Also