:: com :: sun :: star :: table ::

enum TableSortFieldType
Description
enumeration used to specify the type of contents in a sort field (row/column) of a table.
Since
OOo 1.1.2

Values
AUTOMATIC type is determined automatically.  
NUMERIC sort field contains numerical data.  
ALPHANUMERIC sort field contains text data.  
Values' Details
AUTOMATIC
AUTOMATIC,
Description
type is determined automatically.
NUMERIC
NUMERIC,
Description
sort field contains numerical data.
ALPHANUMERIC
ALPHANUMERIC,
Description
sort field contains text data.
Top of Page