Description |
---|
Excerpt |
---|
Opens a PowerPointWriter template presentation file from the specified disk location. A PowerPointWriter template is a file created in Microsoft PowerPoint that contains data markers where data source values will be inserted. |
Signature | ||||
---|---|---|---|---|
| ||||
public void Open(string filePath) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Sub Open(ByVal filePath As String) |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The complete path and file name of the template PowerPoint presentation file. |
Exceptions |
---|
Exception | ||||
---|---|---|---|---|
| ||||
Open will throw this exception if |
Exception | ||||
---|---|---|---|---|
| ||||
Open will throw this exception if the template's file path specified in the parameter is inaccessible or doesn't exist |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|