PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TableCell Class / Col Property

In This Topic
    Col Property (TableCell)
    In This Topic
    Gets the 0-based index in the table of the column containing the current cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Col As Integer
    public int Col {get;}
    See Also