Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / ParseText Method
The text to parse.


In This Topic
ParseText Method
In This Topic
Parse the specified text to a cell value.
Syntax
'Declaration
 
Function ParseText( _
   ByVal text 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 text.
See Also