alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridMergeCellDirection

    Defines merge behavior for an individual cell when merging cells feature has been enabled in a GridModel with MergeCellsMode.

    Inheritance
    System.Object
    GridMergeCellDirection
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridMergeCellDirection : Enum
    Remarks

    See MergeCellsMode

    Fields

    Both

    Represents Both.

    Declaration
    public const GridMergeCellDirection Both
    Field Value
    Type
    GridMergeCellDirection

    ColumnsInRow

    Merge with neighboring columns in same row.

    Declaration
    public const GridMergeCellDirection ColumnsInRow
    Field Value
    Type
    GridMergeCellDirection

    None

    Merging cell is disabled.

    Declaration
    public const GridMergeCellDirection None
    Field Value
    Type
    GridMergeCellDirection

    RowsInColumn

    Merge with neighboring rows in same column.

    Declaration
    public const GridMergeCellDirection RowsInColumn
    Field Value
    Type
    GridMergeCellDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved