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

constants group XlBackground

Constants
xlBackgroundAutomatic  
xlBackgroundOpaque  
xlBackgroundTransparent  
Constants' Details
xlBackgroundAutomatic
const long xlBackgroundAutomatic = -4105;
xlBackgroundOpaque
const long xlBackgroundOpaque = 3;
xlBackgroundTransparent
const long xlBackgroundTransparent = 2;
Top of Page