---
title: integerValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/integervalue
---

# integerValue

The cell’s value as an integer value.

## Declaration

```swift
var integerValue: Int { get set }
```

## Discussion

Discussion This property uses the objectValue property to access the actual value. If the cell is not a text-type cell or its contents are not scannable, the value in this property is 0.

## See Also

### Managing Cell Values

- [objectValue](appkit/nscell/objectvalue.md)
- [hasValidObjectValue](appkit/nscell/hasvalidobjectvalue.md)
- [intValue](appkit/nscell/intvalue.md)
- [stringValue](appkit/nscell/stringvalue.md)
- [doubleValue](appkit/nscell/doublevalue.md)
- [floatValue](appkit/nscell/floatvalue.md)
