ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / MergedRanges Property

In This Topic
    MergedRanges Property
    In This Topic
    Gets or sets the merged ranges that are contained in the .
    Syntax
    'Declaration
     
    
    Public Property MergedRanges As List(Of DataGridCellsRange)
    public List<DataGridCellsRange> MergedRanges {get; set;}
    See Also