---
title: "addItems(withObjectValues:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nscomboboxcell/additems(withobjectvalues:)"
---

# addItems(withObjectValues:)

Adds multiple objects to the internal item list.

## Declaration

```swift
func addItems(withObjectValues objects: [Any])
```

## Parameters

- `objects`: The object to add to the end of the combo box’s internal item list.

## Discussion

Discussion This method logs a warning if usesDataSource is true.

## See Also

### Working with an Internal List

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