Variable VerticalMergeTypeConst

VerticalMergeType: {
    CONTINUE: "continue";
    RESTART: "restart";
} = ...

Vertical merge types.

Type declaration

  • ReadonlyCONTINUE: "continue"

    Cell that is merged with upper one.

  • ReadonlyRESTART: "restart"

    Cell that is starting the vertical merge.