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

constants group IconSetFormatEntry

Constants
ICONSET_MIN  
ICONSET_PERCENTILE  
ICONSET_VALUE  
ICONSET_PERCENT  
ICONSET_FORMULA  
Constants' Details
ICONSET_MIN
const long ICONSET_MIN = 0;
ICONSET_PERCENTILE
const long ICONSET_PERCENTILE = 1;
ICONSET_VALUE
const long ICONSET_VALUE = 2;
ICONSET_PERCENT
const long ICONSET_PERCENT = 3;
ICONSET_FORMULA
const long ICONSET_FORMULA = 4;
Top of Page