summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlApplyNamesOrder.idl
blob: 68445c8662b9eaf2f942a08c76101d7b8259af63 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlApplyNamesOrder {
        const long xlColumnThenRow = 2;
        const long xlRowThenColumn = 1;
    };
}; }; };