office-gobmx/oovbaapi/ooo/vba/excel/XlBarShape.idl
2011-06-17 16:41:08 +02:00

10 lines
303 B
Text

module ooo { module vba { module excel {
constants XlBarShape {
const long xlBox = 0;
const long xlConeToMax = 5;
const long xlConeToPoint = 4;
const long xlCylinder = 3;
const long xlPyramidToMax = 2;
const long xlPyramidToPoint = 1;
};
}; }; };