struct MemberResult in module com::sun::star::sheet::

(Global Index)

Syntax

struct MemberResult;

Description

describes a result.

Field Summary

Name the internal name of the field.

Caption the visible name of the field.

Flags field contains flags.

Field Details



Name

Syntax

string Name;

Description

the internal name of the field.


Caption

Syntax

string Caption;

Description

the visible name of the field.


Flags

Syntax

long Flags;

Description

field contains flags.

Top of Page