| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
specifies properties which describe sorting of fields (rows or columns) in a table. More...
import "TableSortDescriptor2.idl";
 
  
| Public Types | |
| typedef sequence< com::sun::star::table::TableSortField > | SortFields | 
| specifies a list of individual sort fields. | |
| Included Services | |
| service | com::sun::star::util::SortDescriptor2 | 
| Public Attributes | |
| long | MaxSortFieldsCount | 
| contains the maximum number of sort fields the descriptor can hold. | |
| boolean | IsSortColumns | 
| specifies if the columns or rows are to be sorted. | |
specifies properties which describe sorting of fields (rows or columns) in a table.
| 
 | property | 
specifies a list of individual sort fields.
Each entry specifies properties that state the row/column to be sorted and how that should be done.
| 
 | property | 
specifies if the columns or rows are to be sorted.
| 
 | propertyreadonly | 
contains the maximum number of sort fields the descriptor can hold.