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

constants group XlWindowView

Constants
xlNormalView  
xlPageBreakPreview  
Constants' Details
xlNormalView
const short xlNormalView = 1;
xlPageBreakPreview
const short xlPageBreakPreview = 2;
Top of Page