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 <p>public void ClearDataSources()</p>
Signature
vb.net
vb.net
Public <p>Public Sub ClearDataSources()</p>
Example
Code Block
csharp
csharp
titleC#
pptt.ClearDataSources();
Code Block
vbnet
vbnet
titlevb.net
pptt.ClearDataSources()
Example