Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / FormattedValue Property


In This Topic
    FormattedValue Property (CellInfo)
    In This Topic
    Gets or sets the formatted value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FormattedValue As String
    'Usage
     
    
    Dim instance As CellInfo
    Dim value As String
     
    value = instance.FormattedValue
    public string FormattedValue {get;}
    See Also