:: org :: openoffice :: vba :: Excel ::

constants group XlDataLabelsType

Constants
xlDataLabelsShowBubbleSizes  
xlDataLabelsShowLabel  
xlDataLabelsShowLabelAndPercent  
xlDataLabelsShowNone  
xlDataLabelsShowPercent  
xlDataLabelsShowValue  
Constants' Details
xlDataLabelsShowBubbleSizes
const long xlDataLabelsShowBubbleSizes = 6;
xlDataLabelsShowLabel
const long xlDataLabelsShowLabel = 4;
xlDataLabelsShowLabelAndPercent
const long xlDataLabelsShowLabelAndPercent = 5;
xlDataLabelsShowNone
const long xlDataLabelsShowNone = -4142;
xlDataLabelsShowPercent
const long xlDataLabelsShowPercent = 3;
xlDataLabelsShowValue
const long xlDataLabelsShowValue = 2;
Top of Page