Back to Devexpress

TableCell.IsMergedHorizontally Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-cd1d907e.md

latest1.2 KB
Original Source

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

csharp
public bool IsMergedHorizontally { get; }
vb
Public ReadOnly Property IsMergedHorizontally As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TableCell Class

TableCell Members

DevExpress.Docs.Presentation Namespace