SlideShowView.LastSlideViewed Property
Returns a Slide object that represents the slide viewed immediately before the current slide in the specified slide show view.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property LastSlideViewed As Slide
Get
'Usage
Dim instance As SlideShowView
Dim value As Slide
value = instance.LastSlideViewed
Slide LastSlideViewed { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Slide