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

constants group XlAutoFilterOperator

Constants
xlAnd  
xlBottom10Items  
xlBottom10Percent  
xlOr  
xlTop10Items  
xlTop10Percent  
Constants' Details
xlAnd
const short xlAnd = 1;
xlBottom10Items
const short xlBottom10Items = 4;
xlBottom10Percent
const short xlBottom10Percent = 6;
xlOr
const short xlOr = 2;
xlTop10Items
const short xlTop10Items = 3;
xlTop10Percent
const short xlTop10Percent = 5;
Top of Page