---
title: argmax()
framework: tabulardata
role: symbol
role_heading: Instance Method
path: tabulardata/column/argmax()
---

# argmax()

Returns the index of the element with the highest value, ignoring missing elements.

## Declaration

```swift
func argmax() -> Int?
```

## See Also

### Finding an Element Index

- [argmin()](tabulardata/column/argmin().md)
