SheetColumnResourcesUpdateColumn Method | ![]() |
Updates properties of the column, moves the column, and/or renames the column.
You cannot change the type of a Primary column.
While dependencies are enabled on a sheet, you can’t change the type of any special calendar/Gantt columns.
If the column type is changed, all cells in the column will be converted to the new column type.
Type is optional when moving or renaming, but required when changing type or dropdown values.
It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/columns/{columnId}
Namespace: Smartsheet.Api
Exception | Condition |
---|---|
InvalidOperationException | if any argument is null or empty string |
InvalidRequestException | if there is any problem with the REST API request |
AuthorizationException | if there is any problem with the REST API authorization (access token) |
ResourceNotFoundException | if the resource cannot be found |
ServiceUnavailableException | if the REST API service is not available (possibly due to rate limiting) |
SmartsheetException | if there is any other error during the operation |