C#引用了 Microsoft.Office.Interop.MSProject.dll
var missing = Type.Missing;
var prj = new ApplicationClass();
var format = PjFileFormat.pjMPP;
prj.Visible = true;
prj.FileNew(Type.Missing, Type.Missing, Type.Missing, false);
var myProject = prj.ActiveProject;
请问怎么插入列?
请问怎么插入列?
请问怎么插入列?
请问怎么插入列?