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

constants group XlBarShape

Constants
xlBox  
xlConeToMax  
xlConeToPoint  
xlCylinder  
xlPyramidToMax  
xlPyramidToPoint  
Constants' Details
xlBox
const short xlBox = 0;
xlConeToMax
const short xlConeToMax = 5;
xlConeToPoint
const short xlConeToPoint = 4;
xlCylinder
const short xlCylinder = 3;
xlPyramidToMax
const short xlPyramidToMax = 2;
xlPyramidToPoint
const short xlPyramidToPoint = 1;
Top of Page