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

constants group XlApplyNamesOrder

Constants
xlColumnThenRow  
xlRowThenColumn  
Constants' Details
xlColumnThenRow
const short xlColumnThenRow = 2;
xlRowThenColumn
const short xlRowThenColumn = 1;
Top of Page