summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlReferenceType.idl
blob: b811d81ff8a007936632bd52e833c4551b92ff3c (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlReferenceType {
        const long xlAbsolute = 1;
        const long xlAbsRowRelColumn = 2;
        const long xlRelative = 4;
        const long xlRelRowAbsColumn = 3;
    };
}; }; };