Enum GridMergeCellsMode
Defines merge cells behavior in a GridModel.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridMergeCellsMode
Remarks
See MergeCellsMode.
Fields
| Name | Description |
|---|---|
| BeforeDisplayCalculation | Merge cells are always calculated before cells are displayed. |
| MergeColumnsInRow | Enable merging of neighboring cells among columns in same row. |
| MergeRowsInColumn | Enable merging of neighboring cells among rows in same column. |
| None | Merge cells behavior is disabled. |
| OnDemandCalculation | Merge cells are calculated before they are displayed and results are saved. Floating cells will only be recalculated if the width or contents of cells change. |
| SkipHiddencells | When comparing rows or columns, skip hidden rows or columns and allow merging across hidden rows or columns. |