Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / Parse Method
String to parse


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

    Parameters

    s
    String to parse
    See Also