Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

Passes a presentation from PowerPointApplication to PowerPointTemplate.

C#
vb.net

Parameters

pptApplication
The instance of PowerPointApplication that was used to create the spreadsheet.
presentation
A Presentation object representing the PowerPoint file created with PowerPointApplication.

Exceptions

ArgumentNullException
Open will throw this exception if null (C#) or Nothing (VB.NET) is passed to the method.
ArgumentException

Remarks

You can use PowerPointApplication to create a document with data markers (a template) and pass the file to PowerPointTemplate to populate the data markers.

Examples

C#
vb.net
  • No labels