---
title: removeAllItems()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nscomboboxcell/removeallitems()
---

# removeAllItems()

Removes all items from the combo box’s internal item list.

## Declaration

```swift
func removeAllItems()
```

## Discussion

Discussion This method logs a warning if usesDataSource is true.

## See Also

### Working with an Internal List

- [addItems(withObjectValues:)](appkit/nscomboboxcell/additems(withobjectvalues:).md)
- [addItem(withObjectValue:)](appkit/nscomboboxcell/additem(withobjectvalue:).md)
- [insertItem(withObjectValue:at:)](appkit/nscomboboxcell/insertitem(withobjectvalue:at:).md)
- [objectValues](appkit/nscomboboxcell/objectvalues.md)
- [removeItem(at:)](appkit/nscomboboxcell/removeitem(at:).md)
- [removeItem(withObjectValue:)](appkit/nscomboboxcell/removeitem(withobjectvalue:).md)
- [numberOfItems](appkit/nscomboboxcell/numberofitems.md)
