SlideShowView.CurrentShowPosition Property
Returns the position of the current slide within the slide show that is showing in the specified view. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property CurrentShowPosition As Integer
Get
'Usage
Dim instance As SlideShowView
Dim value As Integer
value = instance.CurrentShowPosition
int CurrentShowPosition { get; }
Property Value
Type: System.Int32
Remarks
If the specified view contains a custom show, the CurrentShowPosition property returns the position of the current slide within the custom show, not the position of the current slide within the entire presentation.