Spread WinForms 15
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)

Parameters

s
String to parse
See Also