Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates a DataBindingProperties object for assigning the property values associated with one or more data binding calls.

C#
vb.net

Exceptions

ArgumentNullException
CreateDataBindingProperties will throw this exception if null (C#) or Nothing (VB.NET) is passed to the method.
ArgumentException

Remarks

A DataBindingProperties object is required for each data binding call, including these methods: BindData, BindCellData, BindColumnData, and BindRowData. Hence, CreateDataBindingProperties must be called at least once in any WordTemplate project that binds data to a template.

The same DataBindingProperties object can be used for multiple data binding method calls.

Examples

C#
vb.net
  • No labels