Description
Exports data from the DataTable
-
Return Type
-
A Variant value.
-
Syntax
-
object.Export (Destination, Flags)
The Export 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
|
|