summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl
blob: 7013732729150c20c1d39b6921dbc80227329a70 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSummaryReportType {
        const long xlStandardSummary = 1;
        const long xlSummaryPivotTable = -4148;
    };
}; }; };