The IStdDimOrders interface contains properties and methods of a collection of attributes by which table dictionary is sorted.
| Property name | Brief description | |
| Count | The Count property returns the number of attributes included in table dictionary sorting list. | |
| Item | The Item property returns sorting order settings for the attribute included into sorting list of a table dictionary. |
| Method name | Brief description | |
| Add | The Add method adds dictionary attribute to sorting list. | |
| Delete | The Delete method removes attribute from sorting list of table dictionary. | |
| FindByKey | The FindByKey method searches for the attribute by its key and returns the attribute included into sorting list. | |
| Move | The Move method moves attributes within the sorting list. |
See also: