Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ParseFormatString Property


In This Topic
ParseFormatString Property
In This Topic
Gets or sets the parsed formatting string for the cell.
Syntax
'Declaration
 
Public Property ParseFormatString As String
 
'Usage
 
Dim instance As Cell
Dim value As String
 
instance.ParseFormatString = value
 
value = instance.ParseFormatString
See Also