Syntax
struct SortField;
Description
describes a single field in a sort descriptor.
Field Summary
|
Field |
index of the field in the table.
|
|
SortAscending |
if data are sorted in ascending order,
false
if in descending order.
|
|
FieldType |
type of contents in the field.
|
|
Field Details
|
|
Syntax
long Field;
Description
index of the field in the table.
Syntax
boolean SortAscending;
Description
if data are sorted in ascending order,
false
if in descending order.
Syntax
com::sun::star::util::SortFieldType FieldType;
Description
type of contents in the field.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.