Gets or sets the value of a specific cell.
Syntax
'Declaration
Public Overloads Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Object
public System.object Item(
System.int ,
System.int
) {get; set;}
Parameters
- row
- Index of the row that contains the cell.
- col
- Index of the column that contains the cell.
Property Value
The value of the cell.
See Also