---
title: intValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/intvalue
---

# intValue

The cell’s value as an integer.

## Declaration

```swift
var intValue: Int32 { get set }
```

## Discussion

Discussion Use the integerValue property instead.

## See Also

### Managing Cell Values

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