summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSortOrientation.idl
blob: e3b03f6254190903187818c087974127d7479670 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSortOrientation {
        const long xlSortColumns = 1;
        const long xlSortRows = 2;
    };
}; }; };