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

constants group XlPlacement

Constants
xlFreeFloating  
xlMove  
xlMoveAndSize  
Constants' Details
xlFreeFloating
const short xlFreeFloating = 3;
xlMove
const short xlMove = 2;
xlMoveAndSize
const short xlMoveAndSize = 1;
Top of Page