Back to Devexpress

VerticalMergingState Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-11903a8a.md

latest1.4 KB
Original Source

VerticalMergingState Enum

Lists values characterizing a cell regarding a vertical merge.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum VerticalMergingState
vb
Public Enum VerticalMergingState

Members

NameDescription
None

The cell is not merged vertically.

| | Continue |

The cell continues vertical merging.

| | Restart |

The cell starts vertical merging.

|

The following properties accept/return VerticalMergingState values:

Remarks

The VerticalMergingState members are used to specify the TableCell.VerticalMerging property value.

See Also

DevExpress.XtraRichEdit.API.Native Namespace