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

struct DataResult
Description
contains the result of one element in the data pilot data array.
See also
::com::sun::star::sheet::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
::com::sun::star::sheet::DataResultFlags
Value
double Value;
Description
contains the result value.
Top of Page