移动行列
POST {{base_url}}/sheets/v3/spreadsheets/:spreadsheet_token/sheets/:sheet_id/move_dimension
该接口用于移动行列,行列被移动到目标位置后,原本在目标位置的行列会对应右移或下移。
参考接口文档:移动行列
Request Body
{"destination_index"=>4, "source"=>{"end_index"=>1, "major_dimension"=>"ROWS", "start_index"=>0}}
RESPONSES
status: OK
{"code":0,"data":{},"msg":"success"}