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: |
| object | An expression evaluating to an object of type McMeasurements. | | Destination | Required. A Variant value. file name or IXMLDOMNode
| | Flags | Required. A mcDataExportFlags enumeration, as described in settings. mcDataExportFlags
| Settings The settings for Flags are:
 | mcdeXML | 0 |
XML format
|
 | mcdeCSV | 1 |
comma separated text file
|
 | mcdeText | 2 |
tab-delimited text file
|
 | mcdeHTML | 3 |
HTML file
|
|