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

struct MemberResult
Description
describes a result of a DataPilot member.
See also
XDataPilotMemberResults

Elements' Summary
Name the internal name of the field.  
Caption the visible name of the field.  
Flags contains flags describing the result.  
Elements' Details
Name
string Name;
Description
the internal name of the field.
Caption
string Caption;
Description
the visible name of the field.
Flags
long Flags;
Description
contains flags describing the result.
See also
MemberResultFlags
Top of Page