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

unpublished constants group TableValidationVisibility
Usage Restrictions
not published
Description
These constants specify whether and how a list of possible values of a cell should be shown.

Constants
INVISIBLE The List is not shown.  
UNSORTED The List is shown unsorted.  
SORTEDASCENDING The List is shown sorted ascending.  
Constants' Details
INVISIBLE
const short INVISIBLE = 0;
Description
The List is not shown.
UNSORTED
const short UNSORTED = 1;
Description
The List is shown unsorted.
SORTEDASCENDING
const short SORTEDASCENDING = 2;
Description
The List is shown sorted ascending.
Top of Page