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

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

    Parameters

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

    Property Value

    The cell at the specified index.
    See Also