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

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

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.
Value
double Value;
Description
contains the result value.
Top of Page