Returns a new Expr that has the same head but with e inserted into position n (counted from the end if n is negative). Works like the Mathematica function Insert.
The new Expr.
| Exception Type | Condition |
|---|---|
| ArgumentException | If n is beyond the bounds of the expression. |
Expr Class | Wolfram.NETLink Namespace