# `GSSimpleGlyphGridViewDelegate collectionView:removeItemsAtIndexPaths:`

*Instance Method*

## Declaration

```swift
func collectionView(_ collectionView: NSCollectionView, removeItemsAt selectionIndexPaths: Set<IndexPath>)
```

```objc
- (void) collectionView:(NSCollectionView *) collectionView removeItemsAtIndexPaths:(NSSet<NSIndexPath *> *) selectionIndexPaths;
```

```python
collectionView_removeItemsAtIndexPaths_(collectionView: NSCollectionView, selectionIndexPaths: set[NSIndexPath])
```

