FormattedValue Property (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

FormattedValue Property

Indicates the formatted display of a cell value.

Return Values

Returns a String and is read-only.

Remarks

Use the FormattedValue property to obtain the formatted display value of the Value property of a Cell object. For example, if the value of a cell was 1056.87, and this value represented a dollar amount, FormattedValue would be $1,056.87.

See Also

Visual Basic Example

Value Property

Applies To: Cell Object

© 1998-2003 Microsoft Corporation. All rights reserved.