[]
        
(Showing Draft Content)

C1.C1Preview.UserCellGroupCollection.Item

this Property

this[int]

Gets the UserCellGroup at the specified index in the current collection.

Declaration
public UserCellGroup this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As UserCellGroup
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
UserCellGroup

The UserCellGroup at the specified index.