summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSourceType.idl
blob: 28e07f21f6660e38e8d6e3992dd81c991d33a074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module excel {
    constants XlSourceType {
        const long xlSourceAutoFilter = 3;
        const long xlSourceChart = 5;
        const long xlSourcePivotTable = 6;
        const long xlSourcePrintArea = 2;
        const long xlSourceQuery = 7;
        const long xlSourceRange = 4;
        const long xlSourceSheet = 1;
        const long xlSourceWorkbook = 0;
    };
}; }; };