Packagestimulsoft.report.crossTab.events
Classpublic class StiProcessCellEventArgs
InheritanceStiProcessCellEventArgs Inheritance Object



Public Properties
 PropertyDefined By
  cell : StiCell
Gets or sets the column index.
StiProcessCellEventArgs
  column : int
Gets or sets the column index.
StiProcessCellEventArgs
  row : int
Gets or sets the row index.
StiProcessCellEventArgs
  text : String
Gets or sets the cell text.
StiProcessCellEventArgs
  value : Number
Gets or sets the cell value in decimal format.
StiProcessCellEventArgs
Property Detail
cellproperty
cell:StiCell

Gets or sets the column index.


Implementation
    public function get cell():StiCell
    public function set cell(value:StiCell):void
columnproperty 
column:int

Gets or sets the column index.


Implementation
    public function get column():int
    public function set column(value:int):void
rowproperty 
row:int

Gets or sets the row index.


Implementation
    public function get row():int
    public function set row(value:int):void
textproperty 
text:String

Gets or sets the cell text.


Implementation
    public function get text():String
    public function set text(value:String):void
valueproperty 
value:Number

Gets or sets the cell value in decimal format.


Implementation
    public function get value():Number
    public function set value(value:Number):void