:: com :: sun :: star :: sheet ::

service SheetSortDescriptor
Description
a description of how a cell range is to be sorted.

This service extends the ::com::sun::star::table::TableSortDescriptor service with spreadsheet specific properties.

Developers Guide
8.3.4 Spreadsheet Documents - Working with Spreadsheet Documents - Sorting - Table Sort Descriptor

Included Services
::com::sun::star::table::TableSortDescriptor
Description
provides common table sorting properties.
Properties' Summary
BindFormatsToContent specifies if cell formats are moved with the contents they belong to.
IsUserListEnabled specifies if a user defined sorting list is used.
UserListIndex specifies which user defined sorting list is used.
CopyOutputData specifies if the sorted data should be copied to another position in the document.
OutputPosition specifies the position where sorted data are to be copied.
Properties' Details
BindFormatsToContent
boolean BindFormatsToContent;
Description
specifies if cell formats are moved with the contents they belong to.
IsUserListEnabled
boolean IsUserListEnabled;
Description
specifies if a user defined sorting list is used.
UserListIndex
long UserListIndex;
Description
specifies which user defined sorting list is used.

This property is only used, if SheetSortDescriptor::IsUserListEnabled is true .

CopyOutputData
boolean CopyOutputData;
Description
specifies if the sorted data should be copied to another position in the document.
OutputPosition
::com::sun::star::table::CellAddress OutputPosition;
Description
specifies the position where sorted data are to be copied.

This property is only used, if SheetSortDescriptor::CopyOutputData is true .


 
Top of Page