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