StiProcessCellEventArgs Class
Namespace: Stimulsoft.Report.CrossTab
Describes an argument for the event ProcessCell.
Inheritance
Inherits from: EventArgs
Properties
| Property | Type | Description |
|---|---|---|
| Cell | StiCell | Gets or sets the column index. |
| Column | int | Gets or sets the column index. |
| Row | int | Gets or sets the row index. |
| Text | string | Gets or sets the cell text. |
| Value | decimal | Gets or sets the cell value in decimal format. |