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() |