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

unpublished constants group DataPilotFieldShowItemsMode
Usage Restrictions
not published
Description
These constants select different types of showing a selection of items.
See also
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