工具 API
set_ table_ cell_ shading
设置表格单元格阴影 参数: - file_id: 文件ID - table_index: 表格索引 - row_index: 行索引 - col_index: 列索引 - fill_color: 填充颜色(十六进制) - pattern: 填充模式(默认 'clear') 返回: - 操作结果 使用示例: set_table_cell_shading(file_id="a1b2c3d4", table_index=0, row_index=0, col_index=0, fill_color="CCCCCC")
其他1 积分
调用信息
- 工具标识
- word.set_table_cell_shading
- 服务提供方
- Word
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
table_index必填integer
row_index必填integer
col_index必填integer
fill_color必填string
patternstring