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

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#
<p>public void ClearDataSources()</p>
Signature
vb.net
vb.net
<p>Public Sub ClearDataSources()</p>

Example

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