Gets or sets the cell value at the given row and column.
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
- col
See Also