'Declaration Public Function Add( _ ByVal cellGroup As UserCellGroup _ ) As Integer
public int Add( UserCellGroup cellGroup )
Parameters
- cellGroup
- The user cell group to add.
Return Value
The index of the newly added group in the current collection.
'Declaration Public Function Add( _ ByVal cellGroup As UserCellGroup _ ) As Integer
public int Add( UserCellGroup cellGroup )