# `GSInfoValueLocalized removeObjectFromValuesAtIndex:`

*Instance Method*

Removes the value at idx

## Declaration

```swift
func removeObjectFromValues(at idx: UInt)
```

```objc
- (void) removeObjectFromValuesAtIndex:(NSUInteger) idx;
```

```python
removeObjectFromValuesAtIndex_(idx: int)
```

## Parameters

- `idx` — The index

