hwp_table_split_cell
Divide the current table cell into specified rows and columns. Use optional rows and cols parameters to control the split dimensions.
Instructions
표에서 현재 셀을 분할합니다. v0.6.8+: rows/cols 옵셔널 — 생략 시 기본 2×1 분할, 지정 시 HAction ParameterSet 경로로 정밀 분할.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | No | 분할 열 수 (v0.6.8 신규) | |
| rows | No | 분할 행 수 (v0.6.8 신규) | |
| table_index | Yes | 표 인덱스 |