CustomRowCellEventArgs Properties
Serves as the base for classes that provide data for cell events.Name | Description |
---|---|
CellValue | Returns the currently processed cell value. |
Column | Gets the column to which the currently processed cell corresponds. |
RowHandle | Gets the handle of the row that contains the processed cell. |
See Also