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# |
|---|
[FlagsAttribute] public enum AllowMerging |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration AllowMerging |
Members
| Member name | Description | |
|---|---|---|
| None | No merging. | |
| Cells | Merge scrollable cells. | |
| ColumnHeaders | Merge column headers. | |
| RowHeaders | Merge row headers. | |
| AllHeaders | Merge column and row headers. | |
| All | Merge all areas. |