---
title: isSelectable
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/isselectable
---

# isSelectable

A Boolean value indicating whether the cell’s text can be selected.

## Declaration

```swift
var isSelectable: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the cell’s text is selectable. Setting the value of this property to false also sets the isEditable property to false. If the value of this cell is true, the value in the isEditable property is not affected.

## See Also

### Modifying Textual Attributes

- [isEditable](appkit/nscell/iseditable.md)
- [isScrollable](appkit/nscell/isscrollable.md)
- [alignment](appkit/nscell/alignment.md)
- [font](appkit/nscell/font.md)
- [lineBreakMode](appkit/nscell/linebreakmode.md)
- [truncatesLastVisibleLine](appkit/nscell/truncateslastvisibleline.md)
- [wraps](appkit/nscell/wraps.md)
- [baseWritingDirection](appkit/nscell/basewritingdirection.md)
- [attributedStringValue](appkit/nscell/attributedstringvalue.md)
- [allowsEditingTextAttributes](appkit/nscell/allowseditingtextattributes.md)
- [importsGraphics](appkit/nscell/importsgraphics.md)
- [setUpFieldEditorAttributes(_:)](appkit/nscell/setupfieldeditorattributes(_:).md)
- [title](appkit/nscell/title.md)
