Hi,
How to hide or delete columns from Project File i.e., mpp file and save.
I tried with below code, its not working for me,
project.DefaultView.Table.TableFields.Remove(new TableField { Field = Field.TaskResourceNames });
project.Save(@“C:\Ramya\MPP\New\SDM_NewMPP_WithSampleData.mpp”, new MPPSaveOptions { WriteViewData = true });
Please provide me the resolution.