I'm working on a c# and MVC3 project where I am using Aspose.Tasks to extract data from an mpp file, everything is doing fine - except that I can't find a way on how to read the values of a custom column. By custom column I mean a column that is not listed on MS Project's column names (e.g. Insight, Cyclic, and so on).
I was wondering if anyone here has figure that out and share some thoughts with me? I was hoping Aspose.Tasks would allow me to get column values by column name or column index which would surely solve my problem, but I can't seem to find any way to do that from Aspose's generated properties when reading the mpp file.