Skip to main content
All docs
V26.1
  • TableCell.IsMergedVertically Property

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    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