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

struct MemberResult

Elements' Summary
Name the internal name of the field.  
Caption the visible name of the field.  
Flags contains flags describing the result.  
Value the underlying numeric value of the field if Flags indicate so by having com::sun::star::sheet::MemberResultFlags::NUMERIC set. May be NaN if value is not available or unknown.
Since LibreOffice 5.3  
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
Value
double Value;
Description
the underlying numeric value of the field if Flags indicate so by having com::sun::star::sheet::MemberResultFlags::NUMERIC set. May be NaN if value is not available or unknown.
Since LibreOffice 5.3
Top of Page