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