Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ParseFormatString Property


In This Topic
    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