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

constants group XlSmartTagDisplayMode

Constants
xlButtonOnly  
xlDisplayNone  
xlIndicatorAndButton  
Constants' Details
xlButtonOnly
const short xlButtonOnly = 2;
xlDisplayNone
const short xlDisplayNone = 1;
xlIndicatorAndButton
const short xlIndicatorAndButton = 0;
Top of Page