---
title: "assumingType(_:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/anycolumn/assumingtype(_:)"
---

# assumingType(_:)

Returns the underlying typed column.

## Declaration

```swift
func assumingType<T>(_ type: T.Type) -> Column<T>
```

## Parameters

- `type`: The type of the underlying column.

## Return Value

Return Value A typed column.

## Discussion

Discussion When using this method, you must provide the correct underlying type.
