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
Wiki Markup
{description}{excerpt}Clears the data source assoicated with the [PowerPointTemplate|PowerPointTemplate] object. This allows the same template to be re-used with multiple, different sets of data.{excerpt}
{signature:C#}
public void ClearDataSources()
{signature}{signature:vb.net}
Public Sub ClearDataSources()
{signature}
{example}{code:csharp|title=C#}
pptt.ClearDataSources();
{code}
{code:vbnet|title=vb.net}
pptt.ClearDataSources()
{code}
{example}