docx
    Preparing search index...

    Variable VerticalMergeTypeConst

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

    Vertical merge types for table cells.

    Defines the merge behavior for vertically merged cells (row span).

    Type Declaration

    • ReadonlyCONTINUE: "continue"

      Cell that is merged with upper one. This cell continues a vertical merge started by a cell above it.

    • ReadonlyRESTART: "restart"

      Cell that is starting the vertical merge. This cell begins a new vertical merge region.