Spread Windows Forms 12.0 Product Documentation
FormattedValue Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : FormattedValue Property
Gets or sets the cell value(s).
Syntax
'Declaration
 
Property FormattedValue As Object
'Usage
 
Dim instance As IRange
Dim value As Object
 
instance.FormattedValue = value
 
value = instance.FormattedValue
object FormattedValue {get; set;}

Property Value

An object represents the cell value(s).
Remarks
The only difference between this property and the Value property is that you can return values formatted with Currency or DateTime data types. You also can use this property to work with an array of cell values.
See Also

Reference

IRange Interface
IRange Members