CellMergeEventArgs Properties
Provides data for the TableView.CellMerge event.
Name | Description |
---|---|
Cell |
Gets the value of the first cell processed by the Table |
Cell |
Gets the value of the second cell processed by the Table |
Column |
Gets the column that contains the cells processed by the Table |
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 Table |
Row |
Gets the row handle of the first row processed by the Table |
Row |
Gets the row handle of the second row processed by the Table |
See Also