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