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

unpublished constants group DataPilotFieldShowItemsMode
Description
These constants select different types of showing a selection of items.
See also
::com::sun::star::sheet::DataPilotFieldAutoShowInfo

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