ListView_ItemCount()

Examples


The ListView_ItemCount() function retrieves the number of items currently in a list view field.

Syntax

ListView_ItemCount(list_view_field)

Parameters

list_view_field – The list view field whose items are being counted.

Return value

A long integer containing the number of items in the list view field.


Documentation Feedback