Edit

Share via


Type element

Specifies if the equivalent add-in is a COM or VSTO add-in or an XLL.

Add-in type: Task pane, Custom function

Syntax

    <Type> [COM | XLL] </Type>  

Contained in

Add-in type values

You must specify one of the following values for the Type element.

  • COM: Specifies the equivalent add-in is a COM or a VSTO add-in.
  • XLL: Specifies the equivalent add-in is an Excel XLL.

Important

Use COM as the value of the Type element for both COM and VSTO add-ins.

See also