---
title: "subscript(_:)"
framework: tabulardata
role: symbol
role_heading: Instance Subscript
path: "tabulardata/discontiguouscolumnslice/subscript(_:)-5xvit"
---

# subscript(_:)

Accesses a contiguous range of elements with an unbounded range.

## Declaration

```swift
subscript(range: UnboundedRange) -> DiscontiguousColumnSlice<WrappedElement> { get set }
```

## Parameters

- `range`: An unbounded range of valid indices in the column slice.

## See Also

### Accessing Elements

- [subscript(_:)](tabulardata/discontiguouscolumnslice/subscript(_:)-9y37v.md)
- [subscript(_:)](tabulardata/discontiguouscolumnslice/subscript(_:)-8rd2f.md)
- [subscript(_:)](tabulardata/discontiguouscolumnslice/subscript(_:)-4k2lh.md)
