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

constants group XlLegendPosition

Constants
xlLegendPositionBottom  
xlLegendPositionCorner  
xlLegendPositionLeft  
xlLegendPositionRight  
xlLegendPositionTop  
Constants' Details
xlLegendPositionBottom
const long xlLegendPositionBottom = -4107;
xlLegendPositionCorner
const long xlLegendPositionCorner = 2;
xlLegendPositionLeft
const long xlLegendPositionLeft = -4131;
xlLegendPositionRight
const long xlLegendPositionRight = -4152;
xlLegendPositionTop
const long xlLegendPositionTop = -4160;
Top of Page