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

In This Topic
    Col Property
    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 System.Integer
    public System.int Col {get;}
    See Also