[]
Gets or sets the cell value(s).
object FormattedValue { get; set; }
Property FormattedValue As Object
Type | Description |
---|---|
object | An object represents the cell value(s). |
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.