---
title: NSStepperCell
framework: appkit
role: symbol
role_heading: Class
path: appkit/nssteppercell
---

# NSStepperCell

An NSStepperCell object controls the appearance and behavior of an NSStepper object.

## Declaration

```swift
class NSStepperCell
```

## Topics

### Specifying value range

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

### Specifying how stepper cell responds

- [autorepeat](appkit/nssteppercell/autorepeat.md)
- [valueWraps](appkit/nssteppercell/valuewraps.md)

## Relationships

### Inherits From

- [NSActionCell](appkit/nsactioncell.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSAccessibilityElementProtocol](appkit/nsaccessibilityelementprotocol.md)
- [NSAccessibilityProtocol](appkit/nsaccessibilityprotocol.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSUserInterfaceItemIdentification](appkit/nsuserinterfaceitemidentification.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
