The DataBindingProperties object contains the properties information necessary to bind data to an ExcelWriter template.

 public sealed class DataBindingProperties
Public NotInheritable Class DataBindingProperties

The MaxRows, Transpose, and WorksheetName properties, which had been set as parameters in the SetDataSource methods of ExcelTemplate, are now bundled into the DataBindingProperties object and can be applied to multiple discrete data binding calls in a single application.

The DataBindingProperties object must be created using the ExcelTemplate.CreateDataBindingProperties method:

            DataBindingProperties dbp = xlt.CreateDataBindingProperties();
            Dim dbp As DataBindingProperties = xlt.CreateDataBindingProperties()

Name

Description

MaxRows

Transpose

WorksheetName