|
|
|
ExcelTemplate.BindRowData
| Overload |
Description |
| BindRowData(Object(), String(), String, DataBindingProperties) |
Sets an array of objects as a data source for a single row in a template. |
| BindRowData(System.Collections.IDictionary, String, DataBindingProperties) |
Sets a row's data source to an
IDictionary. An IDictionary represents a collection of key-and-value pairs. |
| BindRowData(System.Collections.IEnumerable, String(), String, DataBindingProperties) |
Sets a row's data source to an
IEnumerable collection. The IEnumerable interface supports a simple iteration over a collection. |
| BindRowData(System.Data.DataSet, String, DataBindingProperties) |
Sets a DataSet as a data source to bind to a row in the template. |
| BindRowData(System.Data.DataTable, String, DataBindingProperties) |
Sets a DataTable as a data source to bind to a row in the template. |
| BindRowData(System.Data.DataView, String, DataBindingProperties) |
Sets a DataView as a data source to bind to a row in the template. |
SharePoint Integration Extension Methods
|
|
|