ScheduleDefinition.SetSortGroupField
Description:
Replaces a sorting/grouping field.
Replaces a sorting/grouping field.
public void SetSortGroupField(
int index,
ScheduleSortGroupField sortGroupField
)
-
Int32indexThe index of the sorting/grouping field to replace.
-
sortGroupFieldThe new sorting/grouping field.
-
The field ID is not the ID of a field in this ScheduleDefinition. -or- The field cannot be used for sorting/grouping.
-
A non-optional argument was null
-
index is not a valid sorting/grouping field index.