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

constants group XlSummaryColumn

Constants
xlSummaryOnLeft  
xlSummaryOnRight  
Constants' Details
xlSummaryOnLeft
const long xlSummaryOnLeft = -4131;
xlSummaryOnRight
const long xlSummaryOnRight = -4152;
Top of Page