hwp_table_merge_cells
Merge table cells in HWP documents. Specify a range (start/end row and column) or use the current selection. Merging bottom to top is safer.
Instructions
표의 셀을 병합합니다. start_row/col ~ end_row/col로 범위를 지정하면 해당 영역이 병합됩니다. 범위 미지정 시 현재 선택된 셀이 병합됩니다. 병합 순서는 하단→상단이 안전합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_col | No | 끝 열 (0부터) | |
| end_row | No | 끝 행 (0부터) | |
| start_col | No | 시작 열 (0부터) | |
| start_row | No | 시작 행 (0부터) | |
| table_index | Yes | 표 인덱스 |