Top   Module   Use   Manual   Index 

com :: sun :: star :: sheet ::

constants group MemberResultFlags


Description
used to give information about elements in data pilot member results.


Constants

const long HASMEMBER = = 1;
Description
The element contains a member.
const long SUBTOTAL = = 2;
Description
The element contains a subtotal.
const long CONTINUE = = 4;
Description
The element is a continuation of the previous one.
Top of Page