Hidden Property

Applies To

SlideShowTransition object.

Description

True if the specified slide is hidden during a slide show. Read/write Long.

See Also

HideWhileNotPlaying property, PrintHiddenSlides property, Visible property.

Example

This example makes slide two in the active presentation a hidden slide.

ActivePresentation.Slides(2).SlideShowTransition.Hidden = True