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

constants group XlLayoutFormType

Constants
xlOutline  
xlTabular  
Constants' Details
xlOutline
const short xlOutline = 1;
xlTabular
const short xlTabular = 0;
Top of Page