I have created a project to create a Microsoft Project file (.mpp) using C#.
Now I want to change the column header text programmatically.
By default the columns names are Task Name, Duration, Start, End, etc.
I want to change the Task Name column header text to some other value. In other words, instead of displaying Task Name I want Description.
Can anybody help me with this?