Packagecom.flexmonster.pivot.view.grid.vo
Classpublic class PivotGridCell
InheritancePivotGridCell Inheritance Object

The PivotGridCell class describes the cell of Pivot Grid.



Public Properties
 PropertyDefined By
  columnIndex : int
PivotGridCell
  columns : Array
PivotGridCell
  height : Number
PivotGridCell
  label : String
PivotGridCell
  measure : Object
PivotGridCell
  rowIndex : int
PivotGridCell
  rows : Array
PivotGridCell
  type : String
PivotGridCell
  value : Number
PivotGridCell
  width : Number
PivotGridCell
  x : Number
PivotGridCell
  y : Number
PivotGridCell
Public Methods
 MethodDefined By
  
PivotGridCell
Property Detail
columnIndexproperty
public var columnIndex:int

columnsproperty 
public var columns:Array

heightproperty 
public var height:Number

labelproperty 
public var label:String

measureproperty 
public var measure:Object

rowIndexproperty 
public var rowIndex:int

rowsproperty 
public var rows:Array

typeproperty 
public var type:String

valueproperty 
public var value:Number

widthproperty 
public var width:Number

xproperty 
public var x:Number

yproperty 
public var y:Number

Constructor Detail
PivotGridCell()Constructor
public function PivotGridCell()