:: 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.
|
Properties' Summary |
boolean
BindFormatsToContent |
specifies if cell formats are moved with the contents
they belong to.
|
boolean
IsUserListEnabled |
specifies if a user defined sorting list is used.
|
long
UserListIndex |
specifies which user defined sorting list is used.
|
boolean
CopyOutputData |
specifies if the sorted data should be copied to another
position in the document.
|
::com::sun::star::table::CellAddress
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
|
CopyOutputData
boolean CopyOutputData;
- Description
- specifies if the sorted data should be copied to another
position in the document.
|
|
OutputPosition
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.