Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Creates a new PowerPointTemplate object

Signature
C#
C#
Public <p>Public PowerPointTemplate()</p>
Signature
vb.net
vb.net
Public <p>Public Sub New PowerPointTemplate()</p>
Example
Code Block
csharp
csharp
titleC#
PowerPointTemplate ppt = new PowerPointTemplate();
Code Block
vbnet
vbnet
titleVB.NET
Dim ppt As New PowerPointTemplate()
Example