---
title: increment
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssteppercell/increment
---

# increment

The amount by which the receiver will change per increment or decrement.

## Declaration

```swift
var increment: Double { get set }
```

## Discussion

Discussion The default is 1.

## See Also

### Specifying value range

- [maxValue](appkit/nssteppercell/maxvalue.md)
- [minValue](appkit/nssteppercell/minvalue.md)
