Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns the 0\-based index of the slide in the collection of all slides in the presentation.{excerpt}
{signature:C#}
 public int Position{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Position() As Integer
{signature}
{example}{code:csharp|title=C#}
int slidePosition = slide.Position;{code}
{code:vbnet|title=vb.net}
Dim slidePosition As Integer = slide.Position{code}

{example}