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

constants group XlSummaryRow

Constants
xlSummaryAbove  
xlSummaryBelow  
Constants' Details
xlSummaryAbove
const short xlSummaryAbove = 0;
xlSummaryBelow
const short xlSummaryBelow = 1;
Top of Page