PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TableCell Class / LastCol Property

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