The IPrxDataIslandDimensionSort interface contains properties that are used to set parameters of sorting rows, columns and dimensions of the data area.
The interface is used to work with a data area, that is an outdated type of table. To work with analytical data area, use the IEaxDatArea interface.
| Property name | Brief description | |
| Attribute | The Attribute property determines the attribute on sorting by attribute. | |
| ColumnRowIndex | The ColumnRowIndex property determines the number of a row or a column when sorting by row or column. | |
| DataIslandDimension | The DataIslandDimension property returns the dimension for which the sorting parameters are adjusted. | |
| Descending | The Descending property determines whether descending sorting is to be performed. | |
| Element | The Element property determines element's number when sorting by slice element. | |
| Enabled | The Enabled property determines whether sorting by rows, by columns or by dimensions is enabled. | |
| Filter | The Filter property determines the behavior on having empty and non-numerical values. | |
| Kind | The Kind property sets type of sorting. | |
| Method | The Method property sets sorting method. | |
| UseActualColumnIndex | The UseActualColumnIndex property determines whether it is necessary to sort values only by indexes of rows or columns visible in the data area. |
See also: