The ListView_ItemCount() function retrieves the number of items currently in a list view field.
ListView_ItemCount(list_view_field)
• list_view_field – The list view field whose items are being counted.
A long integer containing the number of items in the list view field.