RVTDocs.com

ScheduleDefinition.RemoveSortGroupField

Method
Description:
Removes a sorting/grouping field.
Syntax
public void RemoveSortGroupField(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the sorting/grouping field to remove.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException index is not a valid sorting/grouping field index.