| Package | stimulsoft.report.crossTab.events |
| Class | public class StiProcessCellEventArgs |
| Inheritance | StiProcessCellEventArgs Object |
| Property | Defined 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 | ||
| cell | property |
cell:StiCellGets or sets the column index.
public function get cell():StiCell public function set cell(value:StiCell):void| column | property |
column:intGets or sets the column index.
public function get column():int public function set column(value:int):void| row | property |
row:intGets or sets the row index.
public function get row():int public function set row(value:int):void| text | property |
text:StringGets or sets the cell text.
public function get text():String public function set text(value:String):void| value | property |
value:NumberGets or sets the cell value in decimal format.
public function get value():Number public function set value(value:Number):void