menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridMergeCellDirection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved