Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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
  • No labels