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

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool IsMergedVertically { get; }

    Property Value

    Type Description
    Boolean

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

    See Also