Click or drag to resize

ExportCommands Class

Provides a set of export related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.Measure.DataExportCommands

Namespace:  MediaCy.Automation.Measure.Data
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class ExportCommands

The ExportCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberExportToExcel
Exports Text (tab or semicolon separated), Image, DataTable, GridEX, NChartControl or McWindow into Excel. Input is a title, Input2 is an object.
Public propertyStatic memberExportToFile
Exports Text, Image, DataTable, GridEX, NChartControl or McWindow into file. Input is a title, Input2 is an object.
Public propertyStatic memberExportToPowerPoint
Exports Image, NChartControl or McWindow into PowerPoint. Input is a header, Input2 is an object.
Public propertyStatic memberExportToWord
Exports Text (tab or semicolon separated), Image, DataTable, GridEX, NChartControl or McWindow into Word. Input is a title, Input2 is an object.
Public propertyStatic memberPasteToExcel
Pastes clipboard text to active cell in Excel. If Excel is not running it will be invoked.
Top
See Also