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