summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSummaryRow.idl
blob: 42bbda081594ad852668e436fadb653d39ce2470 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSummaryRow {
        const long xlSummaryAbove = 0;
        const long xlSummaryBelow = 1;
    };
}; }; };