FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Item Property / Item(Int32,String) Property
Index of the row that contains the cell.
Column.ColumnName of the column that contains the cell.

In This Topic
    Item(Int32,String) Property
    In This Topic
    Gets or sets the value of a specific cell.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal row As Integer, _
       ByVal colName As String _
    ) As Object
    public object Item( 
       int row,
       string colName
    ) {get; set;}

    Parameters

    row
    Index of the row that contains the cell.
    colName
    Column.ColumnName of the column that contains the cell.

    Property Value

    The value of the cell.
    See Also