How to add a suffix to a new Table in C#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've created a new table using .NET C# and have it correctly inserting into paper space. I'd like to add a format to cells on the right most column to have a ' (foot marker) suffix.
What is the function I have to use to accomplish this? I eventually figured out how to add a formula to a cell to total up the rest of the cells, which was not easy.
Is there clear documentation or examples of how to use Table functions? the .NET developer resource online has a lot of things like
DataType : (and then nothing explaining what this method or property is)