Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridPanel Class / Item Property / Item(Int32,Int32) Property
The row.
The column.

In This Topic
    Item(Int32,Int32) Property
    In This Topic
    Gets or sets the value of the cell specified by its row and col.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Object
    public object Item( 
       int row,
       int col
    ) {get; set;}

    Parameters

    row
    The row.
    col
    The column.
    See Also