LibreOffice
LibreOffice 24.2 SDK API Reference
Included Services | Public Attributes | List of all members
TableSortDescriptor2 Service Referencepublished

specifies properties which describe sorting of fields (rows or columns) in a table. More...

import"TableSortDescriptor2.idl";

Inheritance diagram for TableSortDescriptor2:
SortDescriptor2 SheetSortDescriptor2 TextSortDescriptor2

Included Services

service com::sun::star::util::SortDescriptor2
 

Public Attributes

sequence< com::sun::star::table::TableSortFieldSortFields
 specifies a list of individual sort fields. More...
 
long MaxSortFieldsCount
 contains the maximum number of sort fields the descriptor can hold. More...
 
boolean IsSortColumns
 specifies if the columns or rows are to be sorted. More...
 

Detailed Description

specifies properties which describe sorting of fields (rows or columns) in a table.

Since
OOo 1.1.2

Exported Interfaces

◆ com::sun::star::util::SortDescriptor2

Member Data Documentation

◆ IsSortColumns

boolean IsSortColumns
property

specifies if the columns or rows are to be sorted.

TRUE
The columns are to be sorted.
FALSE
The rows are to be sorted.

◆ MaxSortFieldsCount

long MaxSortFieldsCount
propertyreadonly

contains the maximum number of sort fields the descriptor can hold.

◆ SortFields

sequence< com::sun::star::table::TableSortField > SortFields
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.


The documentation for this service was generated from the following file: