(Flex Data Visualization components only)
Packagemx.olap
Classpublic class OLAPCell
InheritanceOLAPCell Inheritance Object
Implements IOLAPCell

The OLAPCell class represents a cell in an OLAPResult instance.

See also

mx.olap.OLAPResult


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  formattedValue : String
[read-only] The formatted value in the cell.
OLAPCell
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  value : Number
[read-only] The raw value in the cell.
OLAPCell
Public Methods
 MethodDefined By
  
OLAPCell(value:Number, formattedValue:String = null)
Constructor
OLAPCell
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
formattedValueproperty
formattedValue:String  [read-only]

The formatted value in the cell.



Implementation
    public function get formattedValue():String
valueproperty 
value:Number  [read-only]

The raw value in the cell.



Implementation
    public function get value():Number
Constructor Detail
OLAPCell()Constructor
public function OLAPCell(value:Number, formattedValue:String = null)

Constructor

Parameters
value:Number — The raw value in the cell.
 
formattedValue:String (default = null) — The formatted value in the cell.