<!--
{
  "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.

## Relationships

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`NSUserInterfaceItemIdentification`](/documentation/AppKit/NSUserInterfaceItemIdentification)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSAccessibilityElementProtocol`](/documentation/AppKit/NSAccessibilityElementProtocol)

[`NSAccessibilityProtocol`](/documentation/AppKit/NSAccessibilityProtocol)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

### Inherits From

[`NSActionCell`](/documentation/AppKit/NSActionCell)

---

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)