:: 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' 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
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.