LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes a result of a DataPilot member. More...
import"MemberResult.idl";
Public Attributes | |
string | Name |
the internal name of the field. More... | |
string | Caption |
the visible name of the field. More... | |
long | Flags |
contains flags describing the result. More... | |
double | Value |
the underlying numeric value of the field if Flags indicate so by having com::sun::star::sheet::MemberResultFlags::NUMERIC set. More... | |
describes a result of a DataPilot member.
string Caption |
the visible name of the field.
long Flags |
contains flags describing the result.
string Name |
the internal name of the field.
double 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.