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

constants group XlOrder

Constants
xlDownThenOver  
xlOverThenDown  
Constants' Details
xlDownThenOver
const short xlDownThenOver = 1;
xlOverThenDown
const short xlOverThenDown = 2;
Top of Page