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

# label(at:)

Returns the label for the given index.

## Declaration

```swift
func label(at index: Int) -> String!
```

## Parameters

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

## Discussion

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

## See Also

### Accessing entries

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