Skip to end of metadata
Go to start of metadata

Description

Clears the data source assoicated with the PowerPointTemplate object. This allows the same template to be re-used with multiple, different sets of data.
C#
public void ClearDataSources()
vb.net
Public Sub ClearDataSources()

Examples

C#
pptt.ClearDataSources();
vb.net
pptt.ClearDataSources()
  • No labels