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

constants group XlSortOrder

Constants
xlAscending  
xlDescending  
Constants' Details
xlAscending
const short xlAscending = 1;
xlDescending
const short xlDescending = 2;
Top of Page