# `GSNameParticle insertObject:inNamesAtIndex:`

*Instance Method*

Inserts the name at index into names

## Declaration

```swift
func insertObject(_ name: GSInfoValue, inNamesAt idx: UInt)
```

```objc
- (void) insertObject:(GSInfoValue *) name inNamesAtIndex:(NSUInteger) idx;
```

```python
insertObject_inNamesAtIndex_(name: GSInfoValue, idx: int)
```

## Parameters

- `name` — The object to insert
- `idx` — The index

