summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlBordersIndex.idl
blob: 0462dd66997b94d8c0053c026e595daee03252af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module excel {
    constants XlBordersIndex {
        const long xlDiagonalDown = 5;
        const long xlDiagonalUp = 6;
        const long xlEdgeBottom = 9;
        const long xlEdgeLeft = 7;
        const long xlEdgeRight = 10;
        const long xlEdgeTop = 8;
        const long xlInsideHorizontal = 12;
        const long xlInsideVertical = 11;
    };
}; }; };