property Items.PrevVisibleItem (Index as Long) as Long
Retrieves the index of previous visible item.

TypeDescription
Index as Long A long expression that indicates the index of the item.
Long A long expression that indicates the index of previous visible item.

The PrevVisibleItem property retrieves -1 if there is no previous visible item. Use the PrevVisibleItem property to get the previous visible item. Use the FirstVisibleItem and NextVisibleItem properties to enumerate the items as they are listed. Use the SortOrder property to sort a column. Use the ItemPosition property to change the item's position. Use the ItemFromPoint property to get the item from cursor. Use the GetItems property to get the list of items.