Access Keys:
Skip to content (Access Key - 0)


ExcelTemplate.CreateDataBindingProperties()

Description

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

Signature: C#
Signature: 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
Adaptavist Theme Builder Powered by Atlassian Confluence