Public NotInheritable Class DataBindingProperties
{signature}
{remarks}The [MaxRows|DataBindingProperties.MaxRows], [Transpose|DataBindingProperties.Transpose], and [WorksheetName|DataBindingProperties.WorksheetName] properties, which had been set as parameters in the [SetDataSource|ExcelTemplate.SetDataSource] methods of [ExcelTemplate|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|ExcelTemplate.CreateDataBindingProperties()] method:
{code:csharp|title=C#} |