Static $tStatic nextGets the number of sort conditions in the collection.
Adds a sort condition to the collection.
ArgumentNullException 'sortableItem' is null.
ArgumentNullException 'sortCondition' is null.
ArgumentException 'sortableItem' is already has a sort condition applied to it in the collection.
InvalidOperationException There are already 64 sort conditions in the collection.
The sort-able item over which the sort condition will be applied.
The sort condition to apply to the sort-able item.
Adds a range of sort conditions to the collection.
ArgumentNullException 'entries' is null.
ArgumentNullException If any sort condition is null.
ArgumentException If any sortable item is already has a sort condition applied to it in the collection.
InvalidOperationException There are already 64 sort conditions in the collection.
An enumberable of entries which contain the sort-able item over which the sort condition will be applied and the sort condition to apply to the sort-able item.
Determines whether the specified sort condition is in the collection.
ArgumentNullException 'sortCondition' is null.
True if the sort condition is in the collection; False otherwise.
The sort condition to find in the collection.
Determines whether the specified sort-able item is in the collection.
ArgumentNullException 'sortableItem' is null.
True if the sort-able item is in the collection; False otherwise.
The sort-able item to find in the collection.
Gets the index of the specified sort condition in the collection.
ArgumentNullException 'sortCondition' is null.
The 0-based index of the specified sort condition in the collection or -1 if the item is not in the collection.
The sort condition to find in the collection.
Gets the index of the specified sort-able item in the collection.
ArgumentNullException 'sortableItem' is null.
The 0-based index of the specified sort-able item in the collection or -1 if the item is not in the collection.
The sort-able item to find in the collection.
Inserts a sort condition into the collection.
ArgumentOutOfRangeException 'index' is less than 0 or greater than count.
ArgumentNullException 'sortableItem' is null.
ArgumentNullException 'sortCondition' is null.
ArgumentException 'sortableItem' is already has a sort condition applied to it in the collection.
InvalidOperationException There are already 64 sort conditions in the collection.
The 0-based index where the sort condition should be inserted.
The sort-able item over which the sort condition will be applied.
The sort condition to apply to the sort-able item.
Inserts a range of sort conditions into the collection.
ArgumentOutOfRangeException 'index' is less than 0 or greater than count.
ArgumentNullException 'entries' is null.
ArgumentNullException If any sort condition is null.
ArgumentException If any sortable item is already has a sort condition applied to it in the collection.
InvalidOperationException There are already 64 sort conditions in the collection.
The 0-based index where the sort condition should be inserted.
An enumberable of entries which contain the sort-able item over which the sort condition will be applied and the sort condition to apply to the sort-able item.
Gets or sets the sort condition for the specified sort-able item.
ArgumentNullException 'sortableItem' is null.
InvalidOperationException The sort-able item is not already in the collection and there are already 64 sort conditions in the collection.
The sort-able item for which to get or set the sort condition.
Gets or sets the pair of item and sort condition at the specified index.
ArgumentNullException The Key or Value of the assigned value is null.
InvalidOperationException The Key of the assigned value already in the collection at a different index.
The index at which to get the pair of item and sort condition.
Removes a sort condition from the collection.
ArgumentNullException 'sortCondition' is null.
True if the sort condition was found and removed; False otherwise.
The sort condition to remove from the collection.
Removes the sort condition at the specified index.
ArgumentOutOfRangeException 'index' is less than 0 or greater than or equal to count.
The 0-based index of the sort condition to remove.
Removes a sort-able item from the collection.
ArgumentNullException 'sortableItem' is null.
True if the sort-able item was found and removed; False otherwise.
The sort-able item to remove from the collection.
Clears the existing sort conditions from the collection and replaces them with new entries in a single atomic operation.
ArgumentNullException 'entries' is null.
ArgumentNullException If any sort condition is null.
ArgumentException If any sortable item is already has a sort condition applied to it in the collection.
InvalidOperationException There are more than 64 sort conditions.
An enumberable of entries which contain the sort-able item over which the sort condition will be applied and the sort condition to apply to the sort-able item.
Static compareStatic compareStatic equalsStatic equalsStatic getStatic getStatic getStatic reference
An ordered collection of sort conditions which are applied to a sort-able regions in a worksheet.
The sort conditions in the collection are applied in order to the data.
Note: The collection can hold a maximum of 64 sort condition.
See
SortSettings`1.sortConditions