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

constants group XlSizeRepresents

Constants
xlSizeIsArea  
xlSizeIsWidth  
Constants' Details
xlSizeIsArea
const short xlSizeIsArea = 1;
xlSizeIsWidth
const short xlSizeIsWidth = 2;
Top of Page