SlideShow.DeleteSlide

SlideShow.DeleteSlide ( 

string ObjectName,

number Position )

Description

Deletes a slide from a slideshow object.

Parameters

ObjectName

(string) The name of the slideshow object.

Position

(number) The 1-based position of the slide you want to remove from the object. Use -1 to remove all slides.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions