public void SetSortGroupField( int index, ScheduleSortGroupField sortGroupField )
| Exception | Condition |
|---|---|
| ArgumentException | The field ID is not the ID of a field in this ScheduleDefinition. -or- The field cannot be used for sorting/grouping. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | index is not a valid sorting/grouping field index. |