MS Project Automation

S

Satish

How do we add custom text columns to a mpp file using Project object model
and c#. I tried using Application.ColumnInsert() method. But this opens a
window for creating columns. Is there a work around?
 
J

Jan De Messemaeker

Hi,

Then why don't you say from the beginning what "the work" is? SetField does
not insert a column (which is what you asked for) , it sets values into a
field.
There are even better ways to do this.
 
Top