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