Returns the 0-based index of the slide in the collection of all slides in the presentation.

 public int Position{ get; }
Public ReadOnly Property Position() As Integer
int slidePosition = slide.Position;
Dim slidePosition As Integer = slide.Position