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

constants group XlInsertShiftDirection

Constants
xlShiftDown  
xlShiftToRight  
Constants' Details
xlShiftDown
const long xlShiftDown = -4121;
xlShiftToRight
const long xlShiftToRight = -4161;
Top of Page