bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlLegendPosition.idl
blobab47ee14ed65804158da721e64010b487f168f42
1 module ooo { module vba { module excel {
2 constants XlLegendPosition {
3 const long xlLegendPositionBottom = -4107;
4 const long xlLegendPositionCorner = 2;
5 const long xlLegendPositionLeft = -4131;
6 const long xlLegendPositionRight = -4152;
7 const long xlLegendPositionTop = -4160;
8 };
9 }; }; };