Skip to main content
All docs
V25.2
  • TableCell.IsMergedHorizontally Property

    Indicates whether the current cell is merged horizontally with other cells.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool IsMergedHorizontally { get; }

    Property Value

    Type Description
    Boolean

    true if the current cell is merged horizontally with other cells; otherwise, false.

    See Also