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

constants group XlPhoneticAlignment

Constants
XlPhoneticAlignCenter  
XlPhoneticAlignDistributed  
XlPhoneticAlignLeft  
XlPhoneticAlignNoControl  
Constants' Details
XlPhoneticAlignCenter
const short XlPhoneticAlignCenter = 2;
XlPhoneticAlignDistributed
const short XlPhoneticAlignDistributed = 3;
XlPhoneticAlignLeft
const short XlPhoneticAlignLeft = 1;
XlPhoneticAlignNoControl
const short XlPhoneticAlignNoControl = 0;
Top of Page