Cell.FormattedValue Property
Gets a string representing the formatted value of the Cell.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public ReadOnly Property FormattedValue As String
public string FormattedValue { get; }
public:
property String^ FormattedValue {
String^ get ();
}
/** @property */
public String get_FormattedValue ()
public function get FormattedValue () : String
Property Value
A String that contains the formatted value of the Cell.
Remarks
The formatting of the value for this property is typically determined by the value of a provider-specific cell property. In Microsoft SQL Server 2005 Analysis Services (SSAS), the FORMAT_STRING cell property is used to determine the formatting for the value of this property.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Cell Class
Cell Members
Microsoft.AnalysisServices.AdomdClient Namespace