RowCellEventArgs Properties
Serves as the base for classes providing data for cell handling events.Name | Description |
---|---|
CellIndex | Gets the processed cell’s index. |
RecordIndex | Gets the index of the record containing the processed cell. |
Row | Gets the processed row. Inherited from RowEventArgs. |
See Also