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()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub ClearDataSources()
{signature}
{example}{code:csharp|title=C#}</p>

Example

Code Block
csharp
csharp
titleC#
pptt.ClearDataSources();
{code}
{code:vbnet|title=
}
Code Block
vbnet
vbnet
titlevb.net
pptt.ClearDataSources()
{code}
{example}
Example