constants group MemberResultFlags in module com::sun::star::sheet::

(Global Index)

Syntax

constants group MemberResultFlags;

Description

These constants give information about elements in data pilot member results.

Constants Summary

HASMEMBER The element contains a member.

SUBTOTAL The element contains a subtotal.

CONTINUE The element is a continuation of the previous one.

Field Details



HASMEMBER

Syntax

const long  HASMEMBER = 1;

Description

The element contains a member.


SUBTOTAL

Syntax

const long  SUBTOTAL = 2;

Description

The element contains a subtotal.


CONTINUE

Syntax

const long  CONTINUE = 4;

Description

The element is a continuation of the previous one.

Top of Page