Share via


ExcelImporter.UnInitialize Method

InfoPath Developer Reference

Used to uninitialize the ExcelImporter object.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.UnInitialize

expression   An expression that returns a ExcelImporter object.

Return Value
Nothing

Remarks

If the Initialize method of the ExcelImporter object is called, the UnInitialize method should also be called.

This interface, object, member or enumeration is provided by the InfoPath design environment. A reference must be set to the Microsoft Office InfoPath Designer 2.0 Type Library, located at C:\Program Files\Microsoft Office\Office12\IPDESIGN.DLL.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

See Also