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

constants group Constants

Constants
xlNone  
xlAll  
xlColorIndexAutomatic  
xlColorIndexNone  
xlAutomatic  
Constants' Details
xlNone
const long xlNone = -4142;
xlAll
const long xlAll = -4104;
xlColorIndexAutomatic
const long xlColorIndexAutomatic = -4105;
xlColorIndexNone
const long xlColorIndexNone = -4142;
xlAutomatic
const long xlAutomatic = -4105;
Top of Page