Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRow Class / Item Property
The index of the cell in the current row (i.e. the column index).

In This Topic
    Item Property (TableRow)
    In This Topic
    Gets the TableCell at the specified column index. This property always returns a non-nullTableCell object.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal col As Integer _
    ) As TableCell
    public TableCell this[ 
       int col
    ]; {get;}

    Parameters

    col
    The index of the cell in the current row (i.e. the column index).

    Property Value

    The cell at the specified index.
    See Also