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

constants group XlSubtototalLocationType

Constants
xlAtBottom  
xlAtTop  
Constants' Details
xlAtBottom
const short xlAtBottom = 2;
xlAtTop
const short xlAtTop = 1;
Top of Page