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