Share via


ImportExportSpecifications.Add Method

Access Developer Reference

Adds a new ImportExportSpecification object to the ImportExportSpecifications collection.

Version Information
 Version Added:  Access 2007

Syntax

expression.Add(Name, SpecificationDefinition)

expression   A variable that represents an ImportExportSpecifications object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name to use for the ImportExportSpecification.
SpecificationDefinition Required String The XML markup that represents the settings to save for the import or export operation.

Return Value
ImportExportSpecification