'宣言 Public Function Add( _ ByVal cellGroup As UserCellGroup _ ) As System.Integer
'使用法 Dim instance As UserCellGroupCollection Dim cellGroup As UserCellGroup Dim value As System.Integer value = instance.Add(cellGroup)
public System.int Add( UserCellGroup cellGroup )
パラメータ
- cellGroup
- The user cell group to add.
戻り値の型
The index of the newly added group in the current collection.