Count
Property of IListItems
Description
Returns number of items in collection
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = ListItems.Count;
==== Visual Basic Script ====
nVal = ListItems.Count
==== C++ ====
long nVal; HRESULT hr = ListItems.get_Count(&nVal);
===== See Also ===== IListItems