2027 Method
Changes 0
M

ScheduleDefinition.InsertSortGroupField

Description:
Adds a new sorting/grouping field at the specified position in the list.
public void InsertSortGroupField(
	ScheduleSortGroupField sortGroupField,
	int index
)
  • sortGroupField
    The sorting/grouping field to add.
  • Int32
    index
    The index in the list of sorting/grouping fields.