XLL+ Class Library (7.0)

Insertion Element

This element defines a piece of code that is injected by a function extension. It must contain a single Code child element. It must contain the following required attributes: insertionPoint and priority.

Attributes

insertionPoint

Required. This attribute must contain the location where the code will be inserted. It must be one of: BeforeValidation, AfterValidation, BeforeTryCatch, AfterCatchException, BeforeMacro, AfterMacro, AfterFindInValueCache, AfterAddToValueCache.

priority

Required. This attribute sets the priority of the generated code, compared to any other extension that generates code at the same insertion point. Extensions with lower priorities will be placed before extensions with higher priorities.

Element Information

Number of occurrences

Unlimited

Parent elements

Insertions 

Child elements

Code 

See Also

XLL+ Extensions Schema