SlideShowSettings.RangeType Property

Returns or sets the type of slide show to run. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property RangeType As PpSlideShowRangeType
    Get
    Set
'Usage
Dim instance As SlideShowSettings
Dim value As PpSlideShowRangeType

value = instance.RangeType

instance.RangeType = value
PpSlideShowRangeType RangeType { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpSlideShowRangeType

Remarks

The value of the RangeType property can be one of these PpSlideShowRangeType constants.

ppShowAll

ppShowNamedSlideShow

ppShowSlideRange

See Also

Reference

SlideShowSettings Interface

SlideShowSettings Members

Microsoft.Office.Interop.PowerPoint Namespace