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

constants group XlHAlign

Constants
xlHAlignCenter  
xlHAlignCenterAcrossSelection  
xlHAlignDistributed  
xlHAlignFull  
xlHAlignGeneral  
xlHAlignJustify  
xlHAlignLeft  
xlHAlignRight  
Constants' Details
xlHAlignCenter
const long xlHAlignCenter = -4108;
xlHAlignCenterAcrossSelection
const long xlHAlignCenterAcrossSelection = 7;
xlHAlignDistributed
const long xlHAlignDistributed = -4117;
xlHAlignFull
const long xlHAlignFull = 5;
xlHAlignGeneral
const long xlHAlignGeneral = 1;
xlHAlignJustify
const long xlHAlignJustify = -4130;
xlHAlignLeft
const long xlHAlignLeft = -4131;
xlHAlignRight
const long xlHAlignRight = -4152;
Top of Page