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.

This allows the same template to be re-used with multiple, different sets of data.

Signature
C#
C#
 public void ClearDataSources()

...

Example
Code Block
csharp
csharp
titleC#
pptt.ClearDataSources();
Code Block
vbnet
vbnet
titlevb.net
pptt.ClearDataSources()