[]
Gets the UserCellGroup at the specified index in the current collection.
public UserCellGroup this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As UserCellGroup
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| UserCellGroup | The UserCellGroup at the specified index. |