Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 866 Bytes

Outlook.OlkComboBox.ListIndex.md

File metadata and controls

36 lines (21 loc) · 866 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkComboBox.ListIndex property (Outlook)
vbaol11.chm1000219
vbaol11.chm1000219
Outlook.OlkComboBox.ListIndex
1d016281-6b41-8a6b-075c-33ff1bcde28c
06/08/2017
medium

OlkComboBox.ListIndex property (Outlook)

Returns or sets a Long that indicates the location of the currently selected element in the list of the combo box control. Read/write.

Syntax

expression.ListIndex

expression A variable that represents an OlkComboBox object.

Remarks

ListIndex is a zero-based value indexing into the array of items in the list. The default value is -1, indicating that no item is selected.

See also

OlkComboBox Object

[!includeSupport and feedback]