ListView_SelectionCount()

Examples


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

Syntax

ListView_SelectionCount(list_view_field)

Parameters

list_view_field – The list view field for which the selection count is being returned.

Return value

A long integer containing the number of items that are selected.


Documentation Feedback