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
Description

Excerpt

Deletes a slide from the presentation.

Signature
C#
C#
 public void Delete(int position)
Signature
vb.net
vb.net
Public Sub Delete(ByVal position As Integer)
Parameters
Param
position
position

The 0-based slide position.

Example
Code Block
csharp
csharp
titleC#
slides.Delete(0);
Code Block
vbnet
vbnet
titlevb.net
slides.Delete(0)