# `BCCollectionView selectionIndexes`

*Instance Method*

## Declaration

```swift
func selectionIndexes() -> IndexSet!
```

```objc
- (NSIndexSet *) selectionIndexes;
```

```python
selectionIndexes() -> NSIndexSet
```

