Deletes a slide from the presentation.
public void Delete(int position)
Public Sub Delete(ByVal position As Integer)
The 0-based slide position.
slides.Delete(0);
slides.Delete(0)