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

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