BCGControlBar Library for .NET
CellMergeInfo Property




Keeps information required for "merged cells" feature.
Syntax
'Declaration
 
Public ReadOnly Property CellMergeInfo As MergeInfo
'Usage
 
Dim instance As GridDataItem
Dim value As MergeInfo
 
value = instance.CellMergeInfo
public MergeInfo CellMergeInfo {get;}
public: __property MergeInfo* get_CellMergeInfo();
public:
property MergeInfo^ CellMergeInfo {
   MergeInfo^ 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

GridDataItem Class
GridDataItem Members

Send Feedback