'宣言 Public Function Add( _ ByVal name As System.String, _ ByVal groupBy As System.String, _ ByVal sort As SortEnum _ ) As Group
'使用法 Dim instance As GroupCollection Dim name As System.String Dim groupBy As System.String Dim sort As SortEnum Dim value As Group value = instance.Add(name, groupBy, sort)
パラメータ
戻り値の型
新しく追加されたグループへの参照。