Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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}
{example}{code:csharp|title=C#}
pptt.ClearDataSources();
{code}
{code:vbnet|title=vb.net
}
pptt.ClearDataSources()
{code}
{example}
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub ClearDataSources()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle