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

struct DataPilotFieldReference
Description
controls how a data pilot field's results are shown in relation to a selected reference result.
See also
DataPilotField

Elements' Summary
ReferenceType contains the type of the reference.  
ReferenceField contains the reference field  
ReferenceItemType selects between a named reference item and using the previous or next item for each item from the reference field.  
ReferenceItemName contains the name of the reference item, when the DataPilotFieldReference::ReferenceItemType is NAMED otherwise is empty  
Elements' Details
ReferenceType
long ReferenceType;
Description
contains the type of the reference.
See also
DataPilotFieldReferenceType
ReferenceField
string ReferenceField;
Description
contains the reference field
ReferenceItemType
long ReferenceItemType;
Description
selects between a named reference item and using the previous or next item for each item from the reference field.
See also
DataPilotFieldReferenceItemType
ReferenceItemName
string ReferenceItemName;
Description
contains the name of the reference item, when the DataPilotFieldReference::ReferenceItemType is NAMED otherwise is empty
Top of Page