Specifies constants that define which areas of the grid support cell merging.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum AllowMerging |
Visual Basic |
---|
Public Enumeration AllowMerging |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No merging. | |
Cells | 1 | Merge scrollable cells. | |
ColumnHeaders | 2 | Merge column headers. | |
RowHeaders | 4 | Merge row headers. | |
AllHeaders | 6 | Merge column and row headers. | |
All | 7 | Merge all areas. |