ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Row Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the cell value specified by the column index in this row.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal columnIndex As Integer _
    ) As Object
    public object Item( 
       int columnIndex
    ) {get; set;}

    Parameters

    columnIndex
    See Also