True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / Item Property / Item(Int32,String) Property

In This Topic
    Item(Int32,String) Property
    In This Topic
    Gets or sets the cell value at the given row and column.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal row As System.Integer, _
       ByVal columnName As System.String _
    ) As System.Object
    public System.object Item( 
       System.int row,
       System.string columnName
    ) {get; set;}

    Parameters

    row
    columnName
    See Also