ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / MergedRanges Property

In This Topic
    MergedRanges Property (C1FlexPivotGrid)
    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