LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
MemberResult Struct 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...
 

Detailed Description

describes a result of a DataPilot member.

See also
com::sun::star::sheet::XDataPilotMemberResults

Member Data Documentation

◆ Caption

string Caption

the visible name of the field.

◆ Flags

long Flags

contains flags describing the result.

See also
com::sun::star::sheet::MemberResultFlags

◆ Name

string Name

the internal name of the field.

◆ Value

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.

Since
LibreOffice 5.3

The documentation for this struct was generated from the following file: