FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / Item Property

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

    Parameters

    rowIndex
    See Also