summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSortMethod.idl
blob: b110c28539c0705679c2c58aeb90174474ed88f1 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSortMethod {
        const long xlPinYin = 1;
        const long xlStroke = 2;
    };
}; }; };