| Description |
|---|
| Excerpt |
|---|
Sets a two-dimensional array of objects as a template data source |
| Signature | ||||
|---|---|---|---|---|
| ||||
public void BindData(Object[][] arrayData, String[] columnNames, String dataSourceName, PowerPointWriter.DataBindingProperties bindingProperties) |
| Signature | ||||
|---|---|---|---|---|
| ||||
Public Overridable Sub BindData(ByVal arrayData As Object()(), ByVal columnNames As String(), ByVal dataSourceName As String, ByVal bindingProperties As DataBindingProperties |
| Parameters |
|---|
| Param | ||||
|---|---|---|---|---|
| ||||
A two dimensional array of objects to use as the data source. By default, the first dimension corresponds to row and the second to column. ex: Objectrowcolumn |
| Param | ||||
|---|---|---|---|---|
| ||||
The names of the columns to get from the data source. |
| Param | ||||
|---|---|---|---|---|
| ||||
The name of the data source. |
| Param | ||||
|---|---|---|---|---|
| ||||
A DataBindingProperties object. |
| Example | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|