CellMergeEventArgs Properties
Provides data for the TableView.CellMerge event.| Name | Description |
|---|---|
| CellValue1 | Gets the value of the first cell processed by the TableView.CellMerge event handler. |
| CellValue2 | Gets the value of the second cell processed by the TableView.CellMerge event handler. |
| Column | Gets the column that contains the cells processed by the TableView.CellMerge event handler. |
| Handled | Gets or sets whether a cell merge operation is handled and no default processing is required. |
| Merge | Gets or sets whether the cells processed by the TableView.CellMerge event handler will be merged. |
| RowHandle1 | Gets the row handle of the first row processed by the TableView.CellMerge event handler. |
| RowHandle2 | Gets the row handle of the second row processed by the TableView.CellMerge event handler. |
See Also