Parse the specified text to a cell value.
'Declaration
Function ParseText( _
ByVal As String _
) As Object
'Usage
Dim instance As IFormatter
Dim text As String
Dim value As Object
value = instance.ParseText(text)
Parameters
- text
- The text to parse.
Return Value
An object which represents the corresponding cell value of .