| Options |
Variant |
Optional input NameValueMap object that specifies additional options for export. Valid inputs are listed in the table below.
| Name |
Value Type |
Valid for export formats |
| TableName |
String |
kMicrosoftExcel, kMicrosoftAccess |
| ExportedColumns |
String containing semicolon separated column titles |
All |
| IncludeTitle |
Boolean |
kMicrosoftExcel, kTextFileCommaDelimited, kTextFileTabDelimited, kUnicodeTextFileCommaDelimited, kUnicodeTextFileTabDelimited |
| StartingCell |
String |
kMicrosoftExcel |
| Template |
String |
kMicrosoftExcel |
| AutoFitColumnWidth |
Boolean |
kMicrosoftExcel |
This is an optional argument whose default value is null.
Version
Introduced in version 2012
|