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;