summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPTSelectionMode.idl
blob: 2f944950fe0713bb65c92c57943355cdbcc6053f (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module excel {
    constants XlPTSelectionMode {
        const long xlBlanks = 4;
        const long xlButton = 15;
        const long xlDataAndLabel = 0;
        const long xlDataOnly = 2;
        const long xlFirstRow = 256;
        const long xlLabelOnly = 1;
        const long xlOrigin = 3;
    };
}; }; };