...
Description |
---|
Excerpt |
---|
Sets an array of objects as a template data source. |
Signature | ||||
---|---|---|---|---|
| ||||
public void BindData(Object[] columnValues, String[], columnNames, String dataSourceName, PowerPointWriter.DataBindingProperties bindingProperties)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Overridable Sub BindData(ByVal columnValues As Object[], ByVal columnNames As String[], ByVal dataSourceName As String, ByVal bindingProperties As DataBindingProperties
{signature}
{parameters}
{param:columnValues}An array of objects to use as the data source.{param}
{param:columnNames}The names of the columns to get from the data source.{param}
{param:dataSourceName}The name of the data source.{param}
{param:bindingProperties}A DataBindingProperties object.{param}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
An array of objects to use as the data source. |
Param | ||||
---|---|---|---|---|
| ||||
The names of the columns to get from the data source. |
Param | ||||
---|---|---|---|---|
| ||||
The name of the data source. |
Param | ||||
---|---|---|---|---|
| ||||
A DataBindingProperties object. |
Example | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|