<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSStepperCell",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSStepperCell"
  },
  "title" : "NSStepperCell"
}
-->

# NSStepperCell

An `NSStepperCell` object controls the appearance and behavior of an [`NSStepper`](/documentation/AppKit/NSStepper) object.

```
class NSStepperCell
```

## Topics

### Specifying value range

[`maxValue`](/documentation/AppKit/NSStepperCell/maxValue)

The maximum value for the receiver.

[`minValue`](/documentation/AppKit/NSStepperCell/minValue)

The minimum value for the receiver.

[`increment`](/documentation/AppKit/NSStepperCell/increment)

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

### Specifying how stepper cell responds

[`autorepeat`](/documentation/AppKit/NSStepperCell/autorepeat)

A Boolean value indicating how the receiver responds to mouse events.

[`valueWraps`](/documentation/AppKit/NSStepperCell/valueWraps)

A Boolean value indicating whether the receiver wraps around the minimum and maximum values.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)