====== ItemCount ======
Property of [[:scripting:api:list-pane:start|IListPane]]
===== Description =====
Returns Item Count
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = ListPane.ItemCount;
==== Visual Basic Script ====
nVal = ListPane.ItemCount
==== C++ ====
long nVal;
HRESULT hr = ListPane.get_ItemCount(&nVal);
===== See Also =====
[[:scripting:api:list-pane:start|IListPane]]
~~NOTOC~~