Description

Exports data table to a file. The function is the same as Export.

Return Type

A Variant value.  

Syntax

object.ExportData (Destination, Flags)

The ExportData Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMeasurements.
DestinationRequired. A Variant value.

file name or IXMLDOMNode

FlagsRequired. A mcDataExportFlags enumeration, as described in settings.

mcDataExportFlags

Settings

The settings for Flags are:

ConstantValueDescription
 mcdeXML0

XML format

 mcdeCSV1

comma separated text file

 mcdeText2

tab-delimited text file

 mcdeHTML3

HTML file