FlexGrid for WinForms
MergedRanges Property



Gets the CellRangeCollection that determines which grid cells are merged when the AllowMerging property is set to AllowMergingEnum.Custom.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property MergedRanges As CellRangeCollection
'Usage
 
Dim instance As C1FlexGrid
Dim value As CellRangeCollection
 
value = instance.MergedRanges
[Browsable(false)]
public CellRangeCollection MergedRanges {get;}
[Browsable(false)]
public:
property CellRangeCollection^ MergedRanges {
   CellRangeCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback