ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / MergingCells Event

In This Topic
    MergingCells Event
    In This Topic
    Occurs after the measuring the cells, so that the user can combine adjacent cells. In order to merge the cells you should call the method Merge of the DataGridMergingCellsEventArgs passed in.
    Syntax
    'Declaration
     
    
    Public Event MergingCells As EventHandler(Of DataGridMergingCellsEventArgs)
    See Also