summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl
blob: 6c30c7d1f3db73e2723fc01ead4629a7e001f077 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSummaryColumn {
        const long xlSummaryOnLeft = -4131;
        const long xlSummaryOnRight = -4152;
    };
}; }; };