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

constants group XlDeleteShiftDirection

Constants
xlShiftToLeft  
xlShiftUp  
Constants' Details
xlShiftToLeft
const long xlShiftToLeft = -4159;
xlShiftUp
const long xlShiftUp = -4162;
Top of Page