# GraffitiGridAvatarGroup
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Add | item as GraffitiGridAvatarGroupItem | (None) | Adds a new item. |
| AddAt | index as Integer <br> item as GraffitiGridAvatarGroupItem | (None) | Adds a new item at the specified index. |
| Constructor | items() as GraffitiGridAvatarGroupItem | (None) | Creates a new instance of the class. |
| IndexOf | item as GraffitiGridAvatarGroupItem | Integer | Returns the position of the specified item within the internal array. |
| LastIndex | (None) | Integer | Returns the final index of items in the internal array. |
| Remove | item as GraffitiGridAvatarGroupItem | (None) | Removes the specified item. |
| RemoveAll | (None) | (None) | Removes all items. |
| RemoveAt | index as Integer | (None) | Removes the item at the specified index. |
| Attributes | Hidden | toString | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| MoreItemColor | Color | Nil | Color used for the "More" item when there are too many items to display. |