ParseFormatString Property (Cell)
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
public string ParseFormatString {get; set;}
See Also