insertItemBefore
Notes
Remarks
If the newItem item is already in a list, the insertItemBefore method removes it from its previous list before it is inserted into this list.
Syntax
ISVGTransform retVal = object.insertItemBefore(newItem, index);
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
See also
Related pages
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]