service TableSortDescriptor in module com::sun::star::table::

(Global Index)

Syntax

service TableSortDescriptor;

Description

service used to sort rows or columns of tables.

It extends the general SortDescriptor by table-specific properties.

Included Services

com::sun::star::util::SortDescriptor

Property Summary

SortFields specifies the descriptions of the individual sort fields.

MaxFieldCount returns the maximum number of sort fields the descriptor can hold.

Orientation specifies the orientation for how data is sorted.

ContainsHeader specifies if the first row or column contains headers which should not be sorted.

Property Details



SortFields

Syntax

sequence< com::sun::star::util::SortField > SortFields;

Description

specifies the descriptions of the individual sort fields.


MaxFieldCount

Syntax

[readonly] long MaxFieldCount;

Description

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


Orientation

Syntax

com::sun::star::table::TableOrientation Orientation;

Description

specifies the orientation for how data is sorted.

Some implementations do not support sorting columns.


ContainsHeader

Syntax

boolean ContainsHeader;

Description

specifies if the first row or column contains headers which should not be sorted.

Top of Page