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

constants group XlColorIndex

Constants
xlColorIndexAutomatic  
xlColorIndexNone  
Constants' Details
xlColorIndexAutomatic
const long xlColorIndexAutomatic = -4105;
xlColorIndexNone
const long xlColorIndexNone = -4142;
Top of Page