C1.Win.FlexGrid 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
 
See Also