Syntax
service SheetSortDescriptor;
Description
a description of how a cell range is to be sorted.
com::sun::star::util::SortDescriptor -
Description
specifies the properties which can be used to describe
a sort order applied to an XSortable.
Property 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.
|
|
Property Details
|
|
Syntax
boolean BindFormatsToContent;
Description
specifies if cell formats are moved with the contents
they belong to.
Syntax
boolean IsUserListEnabled;
Description
specifies if a user defined sorting list is used.
Syntax
long UserListIndex;
Description
specifies which user defined sorting list is used.
This is only used if SheetSortDescriptor::IsUserListEnabled
is true
.
Syntax
boolean CopyOutputData;
Description
specifies if the sorted data should be
copied to another position in the document.
Syntax
com::sun::star::table::CellAddress OutputPosition;
Description
specifies the position where sorted data
are to be copied.
This is only used if UseOutputPosition is true
.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.