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

struct DataResult

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