# `BCCollectionViewLayoutManager rowAndColumnPositionOfItemAtIndex:`

*Instance Method*

## Declaration

```swift
func rowAndColumnPositionOfItem(at idx: UInt) -> NSPoint
```

```objc
- (NSPoint) rowAndColumnPositionOfItemAtIndex:(NSUInteger) idx;
```

```python
rowAndColumnPositionOfItemAtIndex_(idx: int) -> NSPoint
```

