views:

175

answers:

1

I want to delete a particular slide from a PowerPoint presentation using C#. Can anyone help me out on this?

+1  A: 

Open PowerPoint stack and per normal COM and use

powerPoint.Slides(x).Delete
TFD