Description
Creates a DataBindingProperties object for assigning the property values associated with one or more data binding calls.
C#
vb.net
Remarks
A DataBindingProperties
object is required for each [SetDatasource] call. Hence, CreateDataBindingProperties must be called at least once in any PowerPointTemplate project that binds data to a template.
The same DataBindingProperties
object can be used for multiple data binding method calls.
Examples
C#
vb.net