Click or drag to resize

OfficeExportInfo Class

Holds the necessary information to export a Document, Sheet or Report to one of the Office formats
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class OfficeExportInfo : BaseObject

The OfficeExportInfo type exposes the following members.

Properties
  NameDescription
Public propertyExportElements
Specifies if the elements of the paper are exported as individual elements (PowerPoint only)
Public propertyExportRoot
Export all Sheets in the Document, the current Sheet or a Report.
Public propertyFilename
The filename of the export
Public propertyReportElement
The selected Report. ExportRoot for more information.
Top
Remarks
Use the ExportRoot property to set the desired method for export.
See Also