'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As UserCellGroup
public UserCellGroup this[ int index ]; {get;}
Parameters
- index
- The index in the current collection.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As UserCellGroup
public UserCellGroup this[ int index ]; {get;}