Enum GridMergeCellDirection
Defines merge behavior for an individual cell when merging cells feature has been enabled in a GridModel with MergeCellsMode.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridMergeCellDirection
Remarks
See MergeCellsMode
Fields
Name | Description |
---|---|
Both | Represents Both. |
ColumnsInRow | Merge with neighboring columns in same row. |
None | Merging cell is disabled. |
RowsInColumn | Merge with neighboring rows in same column. |