summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSortType.idl
blob: 3c8a36f7d650fd2ed7d05351253e5db4b68453e7 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSortType {
        const long xlSortLabels = 2;
        const long xlSortValues = 1;
    };
}; }; };