'Declaration
Public Function GetFormattedValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
Parameters
- row
- An integer value indicates the row index of cell.
- column
- An integer value indicates the column index of cell.
Return Value
The System.Object value represents the displayed value of the cell.