'宣言 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)
パラメータ
- name
- Contains the name of the new group.
- groupBy
- Contains the value of the GroupBy property for the new group.
- sort
- Contains the value of the Group.Sort property for the new group.
戻り値の型
A reference to the newly added group.