Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 822 Bytes

Outlook.listbox.listcount.md

File metadata and controls

25 lines (14 loc) · 822 Bytes
title ms.assetid ms.date ms.localizationpriority
ListBox.ListCount Property (Outlook Forms Script)
1a06637a-8c23-e7a5-f7e4-7a04dcb227fc
06/08/2017
medium

ListBox.ListCount Property (Outlook Forms Script)

Returns a Long that represents the number of list entries in a control. Read-only.

Syntax

expression.ListCount

expression A variable that represents a ListBox object.

Remarks

ListCount is the number of rows over which you can scroll. ListCount is always one greater than the largest value for the ListIndex property, because index numbers begin with 0 and the count of items begins with 1. If no item is selected, ListCount is 0 and ListIndex is -1.

[!includeSupport and feedback]