I'm working with an MPP file that has some additional columns with names like "Text5", "Text10", etc. Obviously these are not default columns with simple access through the Task class. I've seen the Column class, but don't see a way to access specific-named Columns via the Task class.
How do I retrieve values from a Task object in columns other than the default columns?