Specifies constants that define which areas of the grid support cell merging.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public enum AllowMerging
Visual Basic
Public Enumeration AllowMerging

Members

Member nameValueDescription
None0 No merging.
Cells1 Merge scrollable cells.
ColumnHeaders2 Merge column headers.
RowHeaders4 Merge row headers.
AllHeaders6 Merge column and row headers.
All7 Merge all areas.

See Also