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

constants group XlScaleType

Constants
xlScaleLinear  
xlScaleLogarithmicr  
Constants' Details
xlScaleLinear
const long xlScaleLinear = -4132;
xlScaleLogarithmicr
const long xlScaleLogarithmicr = -4133;
Top of Page