ItemCount
Property of IListPane
Description
Returns Item Count
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = ListPane.ItemCount;
==== Visual Basic Script ====
nVal = ListPane.ItemCount
==== C++ ====
long nVal; HRESULT hr = ListPane.get_ItemCount(&nVal);
===== See Also ===== IListPane