Item(Int32,Int32) Property
Gets or sets the value of the cell specified by its and .
'Declaration
Public Overloads Property Item( _
ByVal As Integer, _
ByVal As Integer _
) As Object
'Usage
Dim instance As GridPanel
Dim row As Integer
Dim col As Integer
Dim value As Object
instance.Item(row, col) = value
value = instance.Item(row, col)
Parameters
- row
- The row.
- col
- The column.