# `BCCollectionViewLayoutItem.columnIndex`

*Instance Property*

## Declaration

```swift
var columnIndex: Int { get set }
```

```objc
@property (nonatomic) NSInteger columnIndex;
```

```python
columnIndex() -> int
setColumnIndex_(columnIndex: int)
```

