FormattedValue Property (IRange)
Gets or sets the cell value(s).
object FormattedValue {get; set;}
'Declaration
Property FormattedValue As Object
'Usage
Dim instance As IRange
Dim value As Object
instance.FormattedValue = value
value = instance.FormattedValue
Property Value
An object represents the cell value(s).