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

constants group XlDisplayDrawingObjects

Constants
xlDisplayShapes  
xlHide  
xlPlaceholders  
Constants' Details
xlDisplayShapes
const long xlDisplayShapes = -4104;
xlHide
const long xlHide = 3;
xlPlaceholders
const long xlPlaceholders = 2;
Top of Page