Adds a new
Group to the collection, along with header and footer sections for the new group.
'宣言
Public Function Add( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As SortEnum _
) As Group
public Group Add(
System.string ,
System.string ,
SortEnum
)
パラメータ
- 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 Sort property for the new group.
戻り値の型
A reference to the newly added group.