---
title: mode
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/anycategoricalsummary/mode
---

# mode

The most common values in a column.

## Declaration

```swift
var mode: [Any]
```

## Discussion

Discussion The summary orders the elements based on their original locations within the column.

## See Also

### Getting Mode Information

- [modeType](tabulardata/anycategoricalsummary/modetype.md)
