Overview
Module
Use
Devguide
Index
Constants
Constants' Details
::
com
::
sun
::
star
::
sheet
::
unpublished
constants group DataPilotFieldShowItemsMode
Description
These constants select different types of showing a selection of items.
Constants
FROM_TOP
The first items are shown.
FROM_BOTTOM
The last items are shown.
Constants' Details
FROM_TOP
const long
FROM_TOP
= 0;
Description
The first items are shown.
FROM_BOTTOM
const long
FROM_BOTTOM
= 1;
Description
The last items are shown.
Top of Page
Copyright © 2010 Sun Microsystems, Inc.