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

constants group XlSortType

Constants
xlSortLabels  
xlSortValues  
Constants' Details
xlSortLabels
const short xlSortLabels = 2;
xlSortValues
const short xlSortValues = 1;
Top of Page