Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Parse Method
Source data to parse.


In This Topic
    Parse Method (RichText)
    In This Topic
    Parse RichText object from xml source, represent by string text.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal text As String _
    ) As RichText
    'Usage
     
    
    Dim text As String
    Dim value As RichText
     
    value = RichText.Parse(text)
    public static RichText Parse( 
       string text
    )

    Parameters

    text
    Source data to parse.
    See Also