Click or drag to resize
CellMergeFlags Enumeration
Indicates whether a cell part of a horizontal or vertical merged cell set.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum CellMergeFlags
Members
  Member nameValueDescription
None0
HorizontalCont8Any cell except the start in a horizontally merged cell set.
HorizontalStart4Start a cell in a horizontally merged cell set.
VerticalCont2Any cell except the top cell in a vertically merged cell set.
VerticalStart1The top cell in a vertically merged cell set.
See Also