FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterRow Class / Item Property / Item(Int32) Property
Index of the Column that contains the data.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the data stored in this row at a specific column.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal colIndex As Integer _
    ) As Object
    public object Item( 
       int colIndex
    ) {get; set;}

    Parameters

    colIndex
    Index of the Column that contains the data.

    Property Value

    The data stored in this row at a specific column.
    See Also