Packagemx.olap
Interfacepublic interface IOLAPCell
Implementors OLAPCell

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The IOLAPCell interface represents a cell in an OLAPResult instance.

See also

mx.olap.OLAPCell


Public Properties
 PropertyDefined By
  formattedValue : String
[read-only] The formatted value in the cell.
IOLAPCell
  value : Number
[read-only] The raw value in the cell.
IOLAPCell
Property Detail
formattedValueproperty
formattedValue:String  [read-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The formatted value in the cell.


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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The raw value in the cell.


Implementation
    public function get value():Number