OlkListBox.TopIndex property (Outlook)

Returns or sets a Long that represents the index of the item at the top of the displayed portion of the list. Read/write.

Syntax

expression. TopIndex

expression A variable that represents an OlkListBox object.

Remarks

As the list scrolls, the item at the top of the list will change, and the value of this property will change to reflect the item currently displayed at the top of the list.

The index value is zero-based. The default value is -1, indicating that no special ordering should be applied.

See also

OlkListBox Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.