Assembly: Pivot;
The IPivotSorter interface is used to work with sorting parameters by various table elements.
IPivotSorter
Property name | Brief description | |
Count | The Count property returns the number of sortings in the collection. | |
Enabled | The Enabled property determines whether sorting is enabled. | |
Item | The Item property returns sorting by its index in the collection. |
Method name | Brief description | |
Add | The Add method adds sorting to a table. | |
Clear | The Clear method clears the collection of sortings. | |
Move | The Move method moves sorting inside the collection. | |
Remove | The Remove method removes sorting from collection by its index. |
See also: