ScheduleDefinition.GetSortGroupField
Method
Description:
Gets a sorting/grouping field.
Gets a sorting/grouping field.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The index of the sorting/grouping field. |
Return Value
| Type | Description |
|---|---|
| ScheduleSortGroupField | A copy of the sorting/grouping field. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid sorting/grouping field index. |