MoveSheet
Moves the specified sheet to a new location..
Input
Name | Type | Required | Description |
SheetId | String | False | Id of the sheet to be moved. |
DestinationType | String | False | Type of the destination container when moving a sheet. One of the following values: folder, home, workspace. |
DestinationId | String | False | Id of the destination container when moving a sheet. Required if destinationType is 'folder' or 'workspace' If destinationType is 'home', this value must be null. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the Sheet was moved successfully. |