---
title: "value(at:)"
framework: addressbook
role: symbol
role_heading: Instance Method
path: "addressbook/abmultivalue/value(at:)"
---

# value(at:)

Returns the value for the given index.

## Declaration

```swift
func value(at index: Int) -> Any!
```

## Parameters

- `index`: The index for the value to be returned.

## Discussion

Discussion If the index argument is out of bounds, this method raises an exception.

## See Also

### Accessing entries

- [label(at:)](addressbook/abmultivalue/label(at:).md)
- [value(forIdentifier:)](addressbook/abmultivalue/value(foridentifier:).md)
- [label(forIdentifier:)](addressbook/abmultivalue/label(foridentifier:).md)
