====== RemoveItem ======
Method of [[:scripting:api:list-pane:start|IListPane]]
===== Description =====
Add new line item to the list
===== Parameters =====
* [[:scripting:api:list-item:start|IListItem]] **pItem**
===== Syntax =====
==== JavaScript ====
ListPane.RemoveItem(pItem);
==== Visual Basic Script ====
ListPane.RemoveItem pItem
==== C++ ====
HRESULT hr = ListPane.RemoveItem(pItem);
===== See Also =====
[[:scripting:api:list-pane:start|IListPane]]
~~NOTOC~~