Share via


Selection.SlideRange Property

Returns a SlideRange object that represents a range of selected slides. Read-only.

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

Syntax

'Declaration
ReadOnly Property SlideRange As SlideRange
    Get
'Usage
Dim instance As Selection
Dim value As SlideRange

value = instance.SlideRange
SlideRange SlideRange { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.SlideRange

Remarks

A slide range can be constructed in slide view, slide sorter view, normal view, notes page view, or outline view. In slide view, SlideRange returns one slide — the current, displayed slide.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.PowerPoint Namespace