# `GSPrintGridView itemAtPoint:`

*Instance Method*

## Declaration

```swift
func item(at thePoint: NSPoint) -> Int
```

```objc
- (NSInteger) itemAtPoint:(NSPoint) thePoint;
```

```python
itemAtPoint_(thePoint: NSPoint) -> int
```

