# `GSInfoValueLocalized insertObject:inValuesAtIndex:`

*Instance Method*

## Declaration

```swift
func insertObject(_ value: GSInfoValue, inValuesAt idx: UInt)
```

```objc
- (void) insertObject:(GSInfoValue *) value inValuesAtIndex:(NSUInteger) idx;
```

```python
insertObject_inValuesAtIndex_(value: GSInfoValue, idx: int)
```

