---
title: hiddenRowIndexes
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/hiddenrowindexes
---

# hiddenRowIndexes

The indexes of all hidden table rows.

## Declaration

```swift
var hiddenRowIndexes: IndexSet { get }
```

## Discussion

Discussion The value of this property is an index set containing the indexes of any hidden table rows. Table rows may be hidden by invoking the hideRows(at:withAnimation:) method. Some drag-and-drop operations also result in hidden rows.

## See Also

### Hiding and Showing Table Rows

- [hideRows(at:withAnimation:)](appkit/nstableview/hiderows(at:withanimation:).md)
- [unhideRows(at:withAnimation:)](appkit/nstableview/unhiderows(at:withanimation:).md)
