vtable_cell_resolve
Resolve any business field and record index to its precise VTable cell address via internal APIs, without DOM scanning or guesswork.
Instructions
用 VTable 内部 API 将业务字段和记录索引解析为单元格地址。
优先调用 getCellAddrByFieldRecord,旧版本实例才回退到 getTableIndexByField + getTableIndexByRecordIndex。不会扫描 DOM 或猜测坐标。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| record_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||