((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Interfacepublic interface IOLAPCell
ImplementorsOLAPCell

The IOLAPCell interface represents a cell in an OLAPResult instance.

Veja também

mx.olap.OLAPCell


Propriedades Públicas
 PropriedadeDefinido por
  formattedValue : String
[read-only] The formatted value in the cell.
IOLAPCell
  value : Number
[read-only] The raw value in the cell.
IOLAPCell
Detalhes da propriedade
formattedValuepropriedade
formattedValue:String  [read-only]

The formatted value in the cell.


Implementação
    public function get formattedValue():String
valuepropriedade 
value:Number  [read-only]

The raw value in the cell.


Implementação
    public function get value():Number