---
title: "filled(with:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/optionalcolumnprotocol/filled(with:)"
---

# filled(with:)

Generates a filled column by replacing missing elements with a value.

## Declaration

```swift
func filled(with value: Self.WrappedElement) -> FilledColumn<Self>
```

## Parameters

- `value`: A value the method uses to replace the column’s missing elements.

## Return Value

Return Value A filled column.
