[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.FormControls.IListControl.RemoveItem

RemoveItem Method

RemoveItem(int, int)

Removes one or more items from a list box or combo box.

Declaration
void RemoveItem(int index, int count)
Sub RemoveItem(index As Integer, count As Integer)
Parameters
Type Name Description
int index

The number of the first item to be removed.

int count

The number of items to be removed, starting at item index.

Remarks

If the specified object has a fill range defined for it, this method fails.