ParseFormatString Property
Gets or sets the parsed formatting string for the cell.
public string ParseFormatString {get; set;}
'Declaration
Public Property ParseFormatString As String
'Usage
Dim instance As Cell
Dim value As String
instance.ParseFormatString = value
value = instance.ParseFormatString