_Slide.SlideNumber Property
Returns the slide number. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property SlideNumber As Integer
Get
'Usage
Dim instance As _Slide
Dim value As Integer
value = instance.SlideNumber
int SlideNumber { get; }
Property Value
Type: System.Int32
Remarks
The SlideNumber property of a Slide object is the actual number that appears in the lower-right corner of the slide when you display slide numbers. This number is determined by the number of the slide within the presentation (the SlideIndex property value) and the starting slide number for the presentation (the FirstSlideNumber property value). The slide number is always equal to the starting slide number + the slide index number – 1.