How to un-hide all columns in a smartsheet using smartsheet C# SDK?
Comments
-
The hide attribute on the column object can be read to see the current status of a column and if it is hidden or not, but it currently it isn't writable to allow changing its state. Using the Smartsheet API you can see the current status of columns and if they are hidden or not, but you aren't able to adjust the value to hide or unhide columns. That would need to be done manually in Smartsheet in your browser.
-
You might check out the Smartsheet API documentation. There are examples for updating columns.
https://smartsheet-platform.github.io/api-docs/?csharp#update-column
Just update the column attribute 'hidden' to False. I'm not into c#. But see the screenshot for Python. The documentation has a similar example for c#.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives