Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AutoFormatter Class / Parse Method
The text.


In This Topic
    Parse Method (AutoFormatter)
    In This Topic
    Parses the specified text.
    Syntax
    'Declaration
     
    Public Function Parse( _
       ByVal text As String _
    ) As Object
    'Usage
     
    Dim instance As AutoFormatter
    Dim text As String
    Dim value As Object
     
    value = instance.Parse(text)
    public object Parse( 
       string text
    )

    Parameters

    text
    The text.
    See Also