Page tree

Versions Compared

Key

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

Excerpt

Clears the data source assoicated with the PowerPointTemplate object.

Signature
C#
C#

 public void ClearDataSource()
Signature
vb.net
vb.net

Public Sub ClearDataSource()
Example
Code Block
csharp
csharp
titleC#

pptt.ClearDataSource();
Code Block
vbnet
vbnet
titlevb.net

pptt.ClearDataSource()