FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / MergedRanges Property

In This Topic
    MergedRanges Property (C1FlexGridClassic)
    In This Topic
    Gets the C1.Win.C1FlexGrid.CellRangeCollection that determines which grid cells are merged when the C1.Win.C1FlexGrid.C1FlexGrid.AllowMerging property is set to C1.Win.C1FlexGrid.AllowMergingEnum.Custom.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MergedRanges As CellRangeCollection
    public CellRangeCollection MergedRanges {get;}
    See Also