BCGControlBar Library for .NET
GridCellMergeType Enumeration




Specifies merge type.
Syntax
'Declaration
 
Public Enum GridCellMergeType 
   Inherits System.Enum
'Usage
 
Dim instance As GridCellMergeType
public enum GridCellMergeType : System.Enum 
__value public enum GridCellMergeType : public System.Enum 
public enum class GridCellMergeType : public System.Enum 
Members
MemberDescription
ChildCell is merged and its content is not displayed (cell is merged with parent cell).
NoneCell is not merged.
ParentCell is merged and its content is displayed (cell is merged with other children cells).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.GridCellMergeType

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

BCGSoft.Controls.Grid Namespace

Send Feedback