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

unpublished constants group DataPilotFieldReferenceItemType
Usage Restrictions
not published
Description
is used to select the reference item

Constants
NAMED the reference item is given by a name.  
PREVIOUS the reference item is the previous one.  
NEXT the reference item is the next one.  
Constants' Details
NAMED
const long NAMED = 0;
Description
the reference item is given by a name.
PREVIOUS
const long PREVIOUS = 1;
Description
the reference item is the previous one.
NEXT
const long NEXT = 2;
Description
the reference item is the next one.
Top of Page