Description
Returns the 0-based index of the slide in the collection of all slides in the presentation.C#
public int Position{ get ; } |
vb.net
Public ReadOnly Property Position() As Integer |
Examples
C#
int slidePosition = slide.Position; |
vb.net
Dim slidePosition As Integer = slide.Position |