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

constants group XlTextVisualLayoutType

Constants
xlTextVisualLTR  
xlTextVisualRTL  
Constants' Details
xlTextVisualLTR
const short xlTextVisualLTR = 1;
xlTextVisualRTL
const short xlTextVisualRTL = 2;
Top of Page