Page tree

Versions Compared

Key

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

...

Excerpt

Clears the data source assoicated with the PowerPointTemplate object.

Signature
C#
C#
 public void ClearDataSourceClearDataSources()
Signature
vb.net
vb.net
Public Sub ClearDataSourceClearDataSources()
Example
Code Block
csharp
csharp
titleC#
pptt.ClearDataSourceClearDataSources();
Code Block
vbnet
vbnet
titlevb.net
pptt.ClearDataSourceClearDataSources()