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

Example

Code Block
csharp
csharp
titleC#

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

pptt.
ClearDataSource
ClearDataSources()
Example