OleObjectCollection.Clear

OleObjectCollection.Clear method

清除集合。为了保留这些更改 project.Save 应该使用新的 MPPSaveOptions { WriteViewData = true; }

public void Clear()

例子

如何清除 OLE 对象并保留这些更改。

[C#]
project.OleObjects.Clear();
project.Save("output.mpp", new MPPSaveOptions {WriteViewData = true;} )

也可以看看