Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / Row Property

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