Gets or sets the formatted content of a specific cell.
'Declaration
Public Function GetDataFormatted( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Object
public System.object GetDataFormatted(
System.int ,
System.int
)
Parameters
- row
- Index of the row that contains the cell.
- col
- Index of the column that contains the cell.
Return Value
The formatted value of the cell.