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

struct DataResult
Description
contains the result of one element in the data pilot data array.
See also
XDataPilotResults

Elements' Summary
Flags contains boolean flags describing the result.  
Value contains the result value.  
Elements' Details
Flags
long Flags;
Description
contains boolean flags describing the result.
See also
DataResultFlags
Value
double Value;
Description
contains the result value.
Top of Page