[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.FormattedValue

FormattedValue Property

FormattedValue

Gets or sets the cell value(s).

Declaration
object FormattedValue { get; set; }
Property FormattedValue As Object
Property Value
Type Description
object

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.

OSZAR »