BCGSoft.Controls.Grid Namespace : GridCellMergeType Enumeration |
'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
Member | Description |
---|---|
Child | Cell is merged and its content is not displayed (cell is merged with parent cell). |
None | Cell is not merged. |
Parent | Cell is merged and its content is displayed (cell is merged with other children cells). |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.GridCellMergeType
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