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

constants group DataPilotFieldGroupBy
Description
These constants select different types of DataPilotFieldGroups.

Constants
SECONDS  
MINUTES  
HOURS  
DAYS  
MONTHS  
QUARTERS  
YEARS  
Constants' Details
SECONDS
const long SECONDS = 1;
MINUTES
const long MINUTES = 2;
HOURS
const long HOURS = 4;
DAYS
const long DAYS = 8;
MONTHS
const long MONTHS = 16;
QUARTERS
const long QUARTERS = 32;
YEARS
const long YEARS = 64;
Top of Page