ScheduleDefinition.SetSortGroupField
Method
Description:
Replaces a sorting/grouping field.
Replaces a sorting/grouping field.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | The index of the sorting/grouping field to replace. |
sortGroupField | ScheduleSortGroupField | The new sorting/grouping field. |
Return Value
Exceptions
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. |