Skip to content

RemoveItem Method

Description

Removes an item from the list box.

Syntax

Public Sub RemoveItem( _
    ByVal Index As Long _
)

Parameters

  • Index: Integer representing the position within the list box of the item or row to remove. For the first item, the index = 0.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.